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 3dd33b7 commit 6a7aff8Copy full SHA for 6a7aff8
Makefile
@@ -211,7 +211,7 @@ image-build: ## Build the EPP image using Docker Buildx.
211
212
.PHONY: image-push
213
image-push: PUSH=--push ## Build the EPP image and push it to $IMAGE_REPO.
214
-image-push: image-build
+image-push: MULTI=true image-build
215
216
.PHONY: image-load
217
image-load: LOAD=--load ## Build the EPP image and load it in the local Docker registry.
cloudbuild.yaml
@@ -13,7 +13,6 @@ steps:
13
- EXTRA_TAG=$_PULL_BASE_REF
14
- DOCKER_BUILDX_CMD=/buildx-entrypoint
15
- GIT_COMMIT_SHA=$_PULL_BASE_SHA
16
- - MULTI=true
17
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36
18
entrypoint: make
19
args:
0 commit comments