Skip to content

Merge pull request #7 from onetimesecret/feat/adding-oci-chart-releaser #24

Merge pull request #7 from onetimesecret/feat/adding-oci-chart-releaser

Merge pull request #7 from onetimesecret/feat/adding-oci-chart-releaser #24

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