Pushes go to staging-k8s.gcr.io

This commit is contained in:
Tim Hockin 2018-01-17 14:20:38 -08:00
parent 85b22209de
commit 2e07112602
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ BIN := git-sync
PKG := k8s.io/git-sync PKG := k8s.io/git-sync
# Where to push the docker image. # 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. # Which architecture to build - see $(ALL_ARCH) for options.
ARCH ?= amd64 ARCH ?= amd64