Skip to content

Commit

Permalink
Update helm_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkbrd authored Jul 9, 2024
1 parent 62d6b18 commit efef905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ${{ env.GCR_IMAGE }} --username ${{ github.repository_owner }} --password-stdin
- name: save helm chart to local registry
run: |
helm chart save ${{ github.workspace }}/ ${{ env.GCR_IMAGE }}:${{ github.sha }}
helm package ${{ github.workspace }}/
ls
- name: publish chart to acr
run: |
Expand Down

0 comments on commit efef905

Please sign in to comment.