Merge pull request #282 from thockin/staging

Use new staging GCR
This commit is contained in:
Kubernetes Prow Robot 2020-09-08 09:19:43 -07:00 committed by GitHub
commit 57ee2d1e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)