Skip to content

Commit 934c082

Browse files
committed
fix
1 parent c153f2d commit 934c082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636

3737
- name: Push charts to 8gears.container-registry.com
3838
run: |
39-
package_path=$(helm package charts/n8n | grep -o '/.*\.tgz')
39+
package_path=$(helm package charts/n8n --dependency-update | grep -o '/.*\.tgz')
4040
helm push "${package_path}" "oci://8gears.container-registry.com/library/n8n"

0 commit comments

Comments
 (0)