fix: test-runner Makefile (#8840)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
parent
20596f7f7d
commit
e55e8488da
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ REGISTRY ?= local
|
||||||
|
|
||||||
IMAGE = $(REGISTRY)/e2e-test-runner
|
IMAGE = $(REGISTRY)/e2e-test-runner
|
||||||
|
|
||||||
NGINX_BASE_IMAGE ?= $(shell cat $DIR/../../NGINX_BASE)
|
NGINX_BASE_IMAGE ?= $(shell cat $(DIR)/../../NGINX_BASE)
|
||||||
|
|
||||||
# required to enable buildx
|
# required to enable buildx
|
||||||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||||
|
|
Loading…
Reference in a new issue