Skip to content

Commit db20faa

Browse files
committed
add experimental env for push
1 parent d35a1cf commit db20faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ image: build ## Create the multiarch manifest builder
1313

1414
.PHONY: push
1515
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
16+
env DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --platform linux/arm64,linux/amd64 -t $(REGISTRY)/gcp-auth-webhook:$(VERSION) --push -f Dockerfile ./out
1717

0 commit comments

Comments
 (0)