Pushes go to staging-k8s.gcr.io
This commit is contained in:
parent
85b22209de
commit
2e07112602
2
Makefile
2
Makefile
|
|
@ -19,7 +19,7 @@ BIN := git-sync
|
||||||
PKG := k8s.io/git-sync
|
PKG := k8s.io/git-sync
|
||||||
|
|
||||||
# Where to push the docker image.
|
# Where to push the docker image.
|
||||||
REGISTRY ?= gcr.io/google-containers
|
REGISTRY ?= staging-k8s.gcr.io
|
||||||
|
|
||||||
# Which architecture to build - see $(ALL_ARCH) for options.
|
# Which architecture to build - see $(ALL_ARCH) for options.
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue