Skip to content

Commit

Permalink
chore: skip helm registry login
Browse files Browse the repository at this point in the history
(I'm assuming 'docker login' should suffice for oci registry)
  • Loading branch information
Wojciech Międzybrodzki committed Jan 14, 2025
1 parent c1e099f commit a35d3d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@ jobs:
registry: ghcr.io/wojciechem
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io/wojciechem -u ${{ github.actor }} --password-stdin
- name: Push chart to oci registry
run: if [ -n "$(find . -name '.cr-release-packages')" ]; then cp .cr-release-packages/app*.tgz app.tgz && helm push app.tgz oci://ghcr.io/wojciechem/platformex; fi

0 comments on commit a35d3d1

Please sign in to comment.