test images: Authenticate in order to push images

We cannot push images without being authenticated.
This commit is contained in:
Claudiu Belu 2020-11-04 23:22:30 -08:00
parent 8f6ffb24df
commit 5152919611

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 \