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 4aaa974 commit a251654Copy full SHA for a251654
cloudbuild.yaml
@@ -28,10 +28,8 @@ 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 \
34
- VERSION=$REALTAG
+ REGISTRY=gcr.io/$PROJECT_ID
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