Merge pull request #96307 from claudiubelu/test-images/auth

test images: Authenticate in order to push images
This commit is contained in:
Kubernetes Prow Robot 2020-11-06 09:03:16 -08:00 committed by GitHub
commit edb105e255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,8 @@ steps:
args:
- '-c'
- |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes \
gcloud auth configure-docker \
&& docker run --rm --privileged multiarch/qemu-user-static --reset -p yes \
&& export DOCKER_CLI_EXPERIMENTAL=enabled \
&& docker buildx create --name img-builder --use \
&& docker buildx inspect --bootstrap \