Skip to content

Commit 57ee2d1

Browse files
authored
Merge pull request #282 from thockin/staging
Use new staging GCR
2 parents b57238d + 7d89f34 commit 57ee2d1

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
@@ -16,7 +16,7 @@
1616
BIN := git-sync
1717

1818
# Where to push the docker image.
19-
REGISTRY ?= staging-k8s.gcr.io
19+
REGISTRY ?= gcr.io/k8s-staging-git-sync
2020

2121
# This version-strategy uses git tags to set the version string
2222
VERSION := $(shell git describe --tags --always --dirty)

0 commit comments

Comments
 (0)