From d3c0d53578c483944ca633e939f3eb4302ee0871 Mon Sep 17 00:00:00 2001 From: Rohit Ramkumar Date: Fri, 5 Jan 2018 12:01:59 -0800 Subject: [PATCH] Fix push-e2e make rule to push to joonix org container registry --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b12daefdb0..483549dc03 100644 --- a/Makefile +++ b/Makefile @@ -45,4 +45,4 @@ include build/rules.mk # Additional rule to build an image of glbc for e2e testing. push-e2e: - @$(MAKE) --no-print-directory CONTAINER_PREFIX=ingress-gce-e2e containers push + @$(MAKE) --no-print-directory REGISTRY=gcr.io/e2e-ingress-gce CONTAINER_PREFIX=ingress-gce-e2e containers push