We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74b7775 + 2cbe635 commit 2b39d80Copy full SHA for 2b39d80
Makefile
@@ -99,3 +99,6 @@ init-buildx:
99
-docker buildx rm multiarch-multiplatform-builder
100
docker buildx create --use --name=multiarch-multiplatform-builder
101
docker run --rm --privileged multiarch/qemu-user-static --reset --credential yes --persistent yes
102
+ # Register gcloud as a Docker credential helper.
103
+ # Required for "docker buildx build --push".
104
+ gcloud auth configure-docker --quiet
0 commit comments