Skip to content

Create helm-docs.yml #22

Create helm-docs.yml

Create helm-docs.yml #22

Workflow file for this run

name: Release Charts
on:
push:
# tags:
# - '*'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Helm
uses: azure/[email protected]
- name: get helm dependencies
shell: bash
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm dependency build
- name: Chart | Push
uses: appany/[email protected]
with:
name: onetimesecret
repository: ${{ github.repository }}
tag: ${{ github.ref }}
path: . # Default charts/{name}
registry: ghcr.io
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
update_dependencies: 'true' # Defaults to false