Skip to content

Commit 6a7aff8

Browse files
authored
Revert "fix build. (#1286)" (#1295)
This reverts commit 48c7c44.
1 parent 3dd33b7 commit 6a7aff8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ image-build: ## Build the EPP image using Docker Buildx.
211211

212212
.PHONY: image-push
213213
image-push: PUSH=--push ## Build the EPP image and push it to $IMAGE_REPO.
214-
image-push: image-build
214+
image-push: MULTI=true image-build
215215

216216
.PHONY: image-load
217217
image-load: LOAD=--load ## Build the EPP image and load it in the local Docker registry.

cloudbuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ steps:
1313
- EXTRA_TAG=$_PULL_BASE_REF
1414
- DOCKER_BUILDX_CMD=/buildx-entrypoint
1515
- GIT_COMMIT_SHA=$_PULL_BASE_SHA
16-
- MULTI=true
1716
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36
1817
entrypoint: make
1918
args:

0 commit comments

Comments
 (0)