Skip to content

Commit

Permalink
Merge pull request #739 from marquiz/devel/gcloud-auth
Browse files Browse the repository at this point in the history
scripts: configure docker auth in push-image.sh
  • Loading branch information
k8s-ci-robot authored Jan 21, 2022
2 parents 174c917 + 33cfd6e commit 60adfe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/test-infra/push-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 60adfe8

Please sign in to comment.