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 9df1db1 commit d1b63d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
uses: azure/[email protected]
- name: Lint Helm Chart
run: helm lint ./
- name: Package Helm Chart
run: helm package ./ -d ./
- name: Push Chart to Quay.io
- name: Package and Push Chart to Quay.io
run: |
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
Expand Down

0 comments on commit d1b63d5

Please sign in to comment.