diff --git a/scripts/test-infra/push-image.sh b/scripts/test-infra/push-image.sh index 9c6e55e700..b6b2fbccb1 100755 --- a/scripts/test-infra/push-image.sh +++ b/scripts/test-infra/push-image.sh @@ -5,4 +5,8 @@ # container image tag VERSION_OVERRIDE=${_GIT_TAG+VERSION=${_GIT_TAG:10}} +# Authenticate in order to be able to push images +gcloud auth configure-docker + +# Build and push images make push-all $VERSION_OVERRIDE