Skip to content

Commit

Permalink
fix pipeline no.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vad1mo committed Jul 11, 2024
1 parent 1058a9c commit a65c192
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:

- name: Push charts to 8gears.container-registry.com
run: |
shopt -s nullglob
for pkg in .cr-release-packages/*; do
if [ -z "${pkg:-}" ]; then
break
fi
echo "Pushing package - ${pkg} to repository - 8gears.container-registry.com/library/n8n"
helm push "${pkg}" "oci://8gears.container-registry.com/library/n8n"
done
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

0 comments on commit a65c192

Please sign in to comment.