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 10, 2024
1 parent bdf9171 commit eda1bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/helm_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ jobs:
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io --username ${{ github.repository_owner }} --password-stdin
helm package ${{ github.workspace }}/
package=`ls -t docker-registry-*.tgz | head -n 1`
echo "helm push ${package} oci://${{ env.GCR_IMAGE }}"
helm push "${package}" oci://${{ env.GCR_IMAGE }}

0 comments on commit eda1bff

Please sign in to comment.