Skip to content

Commit 3897ab3

Browse files
authored
Merge pull request #80 from thockin-tmp/gcr-vanity
Pushes go to staging-k8s.gcr.io
2 parents 85b2220 + 2e07112 commit 3897ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BIN := git-sync
1919
PKG := k8s.io/git-sync
2020

2121
# Where to push the docker image.
22-
REGISTRY ?= gcr.io/google-containers
22+
REGISTRY ?= staging-k8s.gcr.io
2323

2424
# Which architecture to build - see $(ALL_ARCH) for options.
2525
ARCH ?= amd64

0 commit comments

Comments
 (0)