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 6021fec commit 4aaa974Copy full SHA for 4aaa974
cloudbuild.yaml
@@ -28,9 +28,10 @@ steps:
28
# appropriately for the image before running make
29
/buildx-entrypoint version
30
31
+ REALTAG=$(git describe --tags --always --dirty --match 'v1.*')
32
make push-multiarch-images \
33
REGISTRY=gcr.io/$PROJECT_ID \
- VERSION=$_SHORT_TAG
34
+ VERSION=$REALTAG
35
substitutions:
36
# _GIT_TAG will be filled with a git-based tag for the image, of the form
37
# vYYYYMMDD-hash, and can be used as a substitution
0 commit comments