Revert "fix: test-runner prow build" (#8865)
This reverts commit 423008b752
.
This commit is contained in:
parent
92f81e7449
commit
d2fbd38cd1
1 changed files with 1 additions and 3 deletions
|
@ -23,7 +23,7 @@ REGISTRY ?= local
|
|||
|
||||
IMAGE = $(REGISTRY)/e2e-test-runner
|
||||
|
||||
NGINX_BASE_IMAGE ?= $(shell cat $(DIR)/../../NGINX_BASE || cat "/home/prow/go/src/github.com/kubernetes/ingress-nginx/NGINX_BASE")
|
||||
NGINX_BASE_IMAGE ?= $(shell cat $(DIR)/../../NGINX_BASE)
|
||||
|
||||
# required to enable buildx
|
||||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
@ -34,8 +34,6 @@ OUTPUT=
|
|||
PROGRESS=plain
|
||||
|
||||
build: ensure-buildx
|
||||
echo $(NGINX_BASE_IMAGE)
|
||||
pwd
|
||||
docker buildx build \
|
||||
--platform=${PLATFORMS} $(OUTPUT) \
|
||||
--progress=$(PROGRESS) \
|
||||
|
|
Loading…
Reference in a new issue