Skip to content

Commit a251654

Browse files
authored
remove version (#2214)
1 parent 4aaa974 commit a251654

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ steps:
2828
# appropriately for the image before running make
2929
/buildx-entrypoint version
3030
31-
REALTAG=$(git describe --tags --always --dirty --match 'v1.*')
3231
make push-multiarch-images \
33-
REGISTRY=gcr.io/$PROJECT_ID \
34-
VERSION=$REALTAG
32+
REGISTRY=gcr.io/$PROJECT_ID
3533
substitutions:
3634
# _GIT_TAG will be filled with a git-based tag for the image, of the form
3735
# vYYYYMMDD-hash, and can be used as a substitution

0 commit comments

Comments
 (0)