Use gcr.io for proxy image

This commit is contained in:
Muhammed Uluyol
2015-08-21 11:36:22 -07:00
parent 2fb4e7b7a4
commit 3dc10a209b
3 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
.PHONY: build push vet test clean
TAG = 0.2.3
REPO = uluyol/kube-registry-proxy
TAG = 0.3
REPO = gcr.io/google_containers/kube-registry-proxy
build:
docker build -t $(REPO):$(TAG) .
push:
docker push $(REPO):$(TAG)
gcloud docker push $(REPO):$(TAG)