From 2e07112602980a27e628e47b34e2ba5e785b6b3a Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 17 Jan 2018 14:20:38 -0800 Subject: [PATCH] Pushes go to staging-k8s.gcr.io --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d1bb1140..78b78667b 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ BIN := git-sync PKG := k8s.io/git-sync # Where to push the docker image. -REGISTRY ?= gcr.io/google-containers +REGISTRY ?= staging-k8s.gcr.io # Which architecture to build - see $(ALL_ARCH) for options. ARCH ?= amd64