Use new staging GCR
This commit is contained in:
parent
428ffb71bb
commit
7d89f343be
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@
|
||||||
BIN := git-sync
|
BIN := git-sync
|
||||||
|
|
||||||
# Where to push the docker image.
|
# 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
|
# This version-strategy uses git tags to set the version string
|
||||||
VERSION := $(shell git describe --tags --always --dirty)
|
VERSION := $(shell git describe --tags --always --dirty)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue