Skip to content

Commit 2cbe635

Browse files
committed
gcloud authentication added
1 parent 51db047 commit 2cbe635

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ init-buildx:
9999
-docker buildx rm multiarch-multiplatform-builder
100100
docker buildx create --use --name=multiarch-multiplatform-builder
101101
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

Comments
 (0)