Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djajcevic authored May 24, 2024
1 parent d1b63d5 commit eb80557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
helm package ./ -d ./
export HELM_EXPERIMENTAL_OCI=1
helm registry login -u ${{ secrets.QUAY_USERNAME }} -p ${{ secrets.QUAY_PASSWORD }} quay.io
helm push ./-*.tgz oci://quay.io/crozltd
helm push ./*.tgz oci://quay.io/crozltd
helm registry logout quay.io

0 comments on commit eb80557

Please sign in to comment.