Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vad1mo committed Jul 11, 2024
1 parent 8027bd2 commit ff5e2d0
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 @@ -38,4 +38,4 @@ jobs:
run: |
CHART_VERSION=$(grep 'version:' charts/n8n/Chart.yaml | awk '{print $2}')
helm package charts/n8n --dependency-update
helm push n8n-${CHART_VERSION}.tgz oci://8gears.container-registry.com/library/n8n
helm push "n8n-${CHART_VERSION}.tgz" "oci://8gears.container-registry.com/library/n8n"

0 comments on commit ff5e2d0

Please sign in to comment.