1
0
Fork 0
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 in
bac690813a. Should fix issues with
building multi-arch buildx buildx.
This commit is contained in:
Markus Lehtonen 2022-01-21 07:34:49 +02:00
parent f51cdd06b6
commit 33cfd6eaba

View file

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