Skip to content

Update

Update #1

Workflow file for this run

name: Helm package and push
on:
push:
branches:
- 'main'
- 'feature/helm-chart'
paths:
- 'helm/**'
jobs:
helm:
runs-on: ubuntu-latest
steps:
- name: Push Helm chart to Github Registry
uses: bsord/[email protected]
with:
useOCIRegistry: true
registry-url: oci://ghcr.io/${{ github.repository }}
username: bsord
access-token: ${{ secrets.GITHUB_TOKEN }}
force: false
chart-folder: helm