Skip to content

Commit

Permalink
Merge pull request #561 from jkroepke/oci
Browse files Browse the repository at this point in the history
Publish helm chart as OCI chart
  • Loading branch information
SheryarButt authored Nov 8, 2023
2 parents 27d6ae6 + fe0d3cb commit 8169bb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ jobs:
commit_username: stakater-user
commit_email: [email protected]

- name: Publish Helm chart to ghcr.io
run: |
helm package deployments/kubernetes/chart/reloader/
helm push reloader-*.tgz "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts"
# Commit back changes
- name: Log info about `.git` directory permissions
run: |
Expand Down

0 comments on commit 8169bb6

Please sign in to comment.