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 781e526 commit 1db5b96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/helm_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ jobs:
run: |
helm package ${{ github.workspace }}/
package=`ls -t docker-registry-*.tgz | head -n 1`
version=`echo "${package}"| sed "s|docker-registry-\(.*\)[.]tgz|\1|g"`
echo "helm push ${package} oci://${{ env.GCR_IMAGE }}:${version}"
helm push "${package}" oci://${{ env.GCR_IMAGE }}:${version}
echo "helm push ${package} oci://${{ env.GCR_IMAGE }}"
helm push "${package}" oci://${{ env.GCR_IMAGE }}

0 comments on commit 1db5b96

Please sign in to comment.