File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -196,20 +196,15 @@ image-build: ## Build the EPP image using Docker Buildx.
196
196
docker run --privileged --rm tonistiigi/binfmt --install all
197
197
docker buildx inspect --bootstrap
198
198
199
- @bash -ec '\
200
- PLATFORMS="$(PLATFORMS)"; \
201
- if echo "$(LOAD)" | grep -q -- "--load"; then \
202
- PLATFORMS=linux/amd64; \
203
- fi; \
204
199
$(IMAGE_BUILD_CMD) -t $(IMAGE_TAG) \
205
200
--platform=$$PLATFORMS \
206
201
--build-arg BASE_IMAGE=$(BASE_IMAGE) \
207
202
--build-arg BUILDER_IMAGE=$(BUILDER_IMAGE) \
208
203
--build-arg COMMIT_SHA=${GIT_COMMIT_SHA} \
209
204
--build-arg BUILD_REF=${BUILD_REF} \
210
205
$(PUSH) \
211
- $(LOAD) \
212
- $(IMAGE_BUILD_EXTRA_OPTS) ./'
206
+ $(IMAGE_BUILD_EXTRA_OPTS) ./
207
+ docker pull $(IMAGE_TAG)
213
208
214
209
.PHONY : image-push
215
210
image-push : PUSH=--push # # Build the EPP image and push it to $IMAGE_REPO.
You can’t perform that action at this time.
0 commit comments