Skip to content

Commit

Permalink
chore: tag latest script does not ask for input (GoogleCloudPlatform#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom authored Aug 3, 2022
1 parent 3bfdd90 commit 2445139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/tag_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tag_latest() {
for registry in "gcr.io" "us.gcr.io" "eu.gcr.io" "asia.gcr.io"
do
local base_image="$registry/alloydb-connectors/alloydb-auth-proxy"
cmd="gcloud container images add-tag '$base_image:$new_version' '$base_image:latest'"
cmd="gcloud container images add-tag --quiet '$base_image:$new_version' '$base_image:latest'"
if [ "$dry_run" != true ]
then
eval "$cmd"
Expand Down

0 comments on commit 2445139

Please sign in to comment.