1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-14 20:56:42 +00:00

Merge pull request #739 from marquiz/devel/gcloud-auth

scripts: configure docker auth in push-image.sh
This commit is contained in:
Kubernetes Prow Robot 2022-01-20 23:13:59 -08:00 committed by GitHub
commit 60adfe8d9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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