diff --git a/scripts/test-infra/push-image.sh b/scripts/test-infra/push-image.sh index 41286bbe3..f57fbc168 100755 --- a/scripts/test-infra/push-image.sh +++ b/scripts/test-infra/push-image.sh @@ -6,5 +6,8 @@ if [ -n "$_GIT_TAG" ]; then export VERSION=${_GIT_TAG:10} fi +# Authenticate in order to be able to push images +gcloud auth configure-docker + make image -e make push -e