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.
1 parent d35a1cf commit db20faaCopy full SHA for db20faa
Makefile
@@ -13,5 +13,5 @@ image: build ## Create the multiarch manifest builder
13
14
.PHONY: push
15
push: image ## Push the manifest and images up to the registry
16
- docker buildx build --platform linux/arm64,linux/amd64 -t $(REGISTRY)/gcp-auth-webhook:$(VERSION) --push -f Dockerfile ./out
+ env DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --platform linux/arm64,linux/amd64 -t $(REGISTRY)/gcp-auth-webhook:$(VERSION) --push -f Dockerfile ./out
17
0 commit comments