Skip to content

Commit

Permalink
Merge pull request #117 from inteon/fix_release
Browse files Browse the repository at this point in the history
Remove v prefix from image tag
  • Loading branch information
SgtCoDFish authored Jan 17, 2024
2 parents cf8510a + e6af3ad commit eb82bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: deploy
shell: bash
run: |
./bin/helm template deploy/charts/google-cas-issuer --set image.tag=${GITHUB_REF##*/} | tee google-cas-issuer-${GITHUB_REF##*/}.yaml
./bin/helm template deploy/charts/google-cas-issuer --set image.tag=${${GITHUB_REF##*/}#v} | tee google-cas-issuer-${GITHUB_REF##*/}.yaml
-
name: create release
id: create_release
Expand Down

0 comments on commit eb82bb0

Please sign in to comment.