mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
scripts: configure docker auth in push-image.sh
Re-introduce docker authentication that was dropped inbac690813a
. Should fix issues with building multi-arch buildx buildx. (cherry picked from commit33cfd6eaba
)
This commit is contained in:
parent
eb52844b29
commit
0ee45ffc8e
1 changed files with 4 additions and 0 deletions
|
@ -5,4 +5,8 @@
|
||||||
# container image tag
|
# container image tag
|
||||||
VERSION_OVERRIDE=${_GIT_TAG+VERSION=${_GIT_TAG:10}}
|
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
|
make push-all $VERSION_OVERRIDE
|
||||||
|
|
Loading…
Add table
Reference in a new issue