Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Vad1mo committed Jul 11, 2024
1 parent ff5e2d0 commit c153f2d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: Push charts to 8gears.container-registry.com
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"
run: |
package_path=$(helm package charts/n8n | grep -o '/.*\.tgz')
helm push "${package_path}" "oci://8gears.container-registry.com/library/n8n"

0 comments on commit c153f2d

Please sign in to comment.