update reg
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
e8097d8b8f
commit
b0081a574a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ INIT_BUILDX=$(DIR)/../../hack/init-buildx.sh
|
|||
SHORT_SHA ?=$(shell git rev-parse --short HEAD)
|
||||
TAG ?=v$(shell date +%Y%m%d)-$(SHORT_SHA)
|
||||
|
||||
REGISTRY ?= gcr.io/k8s-staging-ingress-nginx
|
||||
REGISTRY ?= local
|
||||
|
||||
IMAGE = $(REGISTRY)/e2e-test-runner
|
||||
|
||||
|
|
Loading…
Reference in a new issue