Merge pull request #80 from thockin-tmp/gcr-vanity

Pushes go to staging-k8s.gcr.io
This commit is contained in:
Tim Hockin 2018-01-19 09:22:04 -08:00 committed by GitHub
commit 3897ab3936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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