mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-13 20:30:03 +00:00
Merge pull request #739 from marquiz/devel/gcloud-auth
scripts: configure docker auth in push-image.sh
This commit is contained in:
commit
60adfe8d9e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue