Skip to content

Commit

Permalink
fix: test-runner Makefile (kubernetes#8840)
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <[email protected]>
  • Loading branch information
tao12345666333 authored Jul 19, 2022
1 parent 20596f7 commit e55e848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/test-runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e55e848

Please sign in to comment.