diff --git a/Makefile b/Makefile index 09390b9..3b4e557 100644 --- a/Makefile +++ b/Makefile @@ -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)