fix: test-runner Makefile (#8840)

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
Jintao Zhang 2022-07-20 01:56:08 +08:00 committed by GitHub
parent 24adc59116
commit 845b4230ac

View file

@ -23,7 +23,7 @@ REGISTRY ?= local
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
export DOCKER_CLI_EXPERIMENTAL=enabled