Skip to content

Commit 48c7c44

Browse files
authored
fix build. (#1286)
1 parent 27f4bd2 commit 48c7c44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: MULTI=true image-build
214+
image-push: 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
- EXTRA_TAG=$_PULL_BASE_REF
1414
- DOCKER_BUILDX_CMD=/buildx-entrypoint
1515
- GIT_COMMIT_SHA=$_PULL_BASE_SHA
16+
- MULTI=true
1617
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36
1718
entrypoint: make
1819
args:

0 commit comments

Comments
 (0)