We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ba095 commit 9f4d8a8Copy full SHA for 9f4d8a8
.github/workflows/docker.build.yml
@@ -83,7 +83,7 @@ jobs:
83
if: steps.update-check.outputs.match == 'true'
84
id: update-values
85
run: |
86
- TAG="$(echo ${{ steps.docker_meta.outputs.tags }} | cut -d':' -f2)"
+ TAG="$GITHUB_REF_NAME"
87
echo "tag=$TAG" >> $GITHUB_OUTPUT
88
sed -i "/image:/{n;s/tag:.*/tag: $TAG/;}" ./repos/wbaas-deploy-staging/k8s/helmfile/env/local/api.values.yaml.gotmpl
89
sed -i "/image:/{n;s/tag:.*/tag: $TAG/;}" ./repos/wbaas-deploy-staging/k8s/helmfile/env/staging/api.values.yaml.gotmpl
0 commit comments