Skip to content

Commit

Permalink
fix pipeline #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vad1mo committed Jul 11, 2024
1 parent 86bb768 commit 1058a9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_SKIP_EXISTING: true
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_GENERATE_RELEASE_NOTES: true

Expand All @@ -50,5 +51,6 @@ jobs:
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

0 comments on commit 1058a9c

Please sign in to comment.