fix push.yaml

This commit is contained in:
Muneeb Aijaz
2023-12-08 18:21:20 +05:00
committed by GitHub
parent d43679b5e5
commit e41d0493b6

View File

@@ -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