diff --git a/scripts/test-infra/push-image.sh b/scripts/test-infra/push-image.sh index f57fbc168..41286bbe3 100755 --- a/scripts/test-infra/push-image.sh +++ b/scripts/test-infra/push-image.sh @@ -6,8 +6,5 @@ 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