Skip to content

Commit

Permalink
fix: multi-file push
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Gadêlha <[email protected]>
  • Loading branch information
dgadelha committed Nov 29, 2023
1 parent 00a9874 commit 85b9c4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ jobs:
- name: Publish chart 🚀
run: |
helm push *.tgz oci://ghcr.io/cubos/charts
for f in *.tgz; do
helm push $f oci://ghcr.io/cubos/charts
done

0 comments on commit 85b9c4c

Please sign in to comment.