mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +00:00
Use gcr.io for proxy image
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user