From 7d89f343be722e913f4b58afc73d229766b0379e Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 7 Sep 2020 17:28:57 -0700 Subject: [PATCH] Use new staging GCR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)