replaces hard-coded gcr.io/k8s-minikube w/ REGISTRY

pull/2796/head
Payam Tanaka 2018-06-16 18:22:21 -07:00 committed by dlorenc
parent e2b9998ca7
commit 86a2a4e33b
1 changed files with 3 additions and 3 deletions

View File

@ -182,9 +182,9 @@ drivers: out/docker-machine-driver-hyperkit out/docker-machine-driver-kvm2
.PHONY: images
images: localkube-image localkube-dind-image localkube-dind-image-devshell
gcloud docker -- push gcr.io/k8s-minikube/localkube-image:$(TAG)
gcloud docker -- push gcr.io/k8s-minikube/localkube-dind-image:$(TAG)
gcloud docker -- push gcr.io/k8s-minikube/localkube-dind-image-devshell:$(TAG)
gcloud docker -- push $(REGISTRY)/localkube-image:$(TAG)
gcloud docker -- push $(REGISTRY)/localkube-dind-image:$(TAG)
gcloud docker -- push $(REGISTRY)/localkube-dind-image-devshell:$(TAG)
.PHONY: integration
integration: out/minikube