From e6af3ad801b6abbe87bffaeb32fabfb4ec445d2d Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:03:01 +0100 Subject: [PATCH] remove v prefix from image tag Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d07af047..0aa0dd20a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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