Use new staging GCR

This commit is contained in:
Tim Hockin 2020-09-07 17:28:57 -07:00
parent 428ffb71bb
commit 7d89f343be
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
BIN := git-sync
# Where to push the docker image.
REGISTRY ?= staging-k8s.gcr.io
REGISTRY ?= gcr.io/k8s-staging-git-sync
# This version-strategy uses git tags to set the version string
VERSION := $(shell git describe --tags --always --dirty)