Skip to content

Commit

Permalink
remove version (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaab authored Apr 24, 2023
1 parent 4aaa974 commit a251654
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ steps:
# appropriately for the image before running make
/buildx-entrypoint version
REALTAG=$(git describe --tags --always --dirty --match 'v1.*')
make push-multiarch-images \
REGISTRY=gcr.io/$PROJECT_ID \
VERSION=$REALTAG
REGISTRY=gcr.io/$PROJECT_ID
substitutions:
# _GIT_TAG will be filled with a git-based tag for the image, of the form
# vYYYYMMDD-hash, and can be used as a substitution
Expand Down

0 comments on commit a251654

Please sign in to comment.