mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-03 18:00:22 +00:00
fix push.yaml
This commit is contained in:
2
.github/workflows/push.yaml
vendored
2
.github/workflows/push.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user