Skip to content

Commit

Permalink
Merge pull request #585 from stakater/fix-helm
Browse files Browse the repository at this point in the history
fix push.yaml
  • Loading branch information
MuneebAijaz authored Dec 8, 2023
2 parents d43679b + e41d049 commit e29ad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Publish Helm chart to ghcr.io
run: |
helm package ./charts/* --destination ./packaged-chart
helm package ./deployments/kubernetes/chart/reloader --destination ./packaged-chart
helm push ./packaged-chart/*.tgz oci://ghcr.io/stakater/charts
rm -rf ./packaged-chart
Expand Down

0 comments on commit e29ad80

Please sign in to comment.