gcloud docker now auths k8s.gcr.io by default

This commit is contained in:
Tim Hockin
2017-12-14 20:50:14 -08:00
parent eba5b6092a
commit f7be352a67
28 changed files with 39 additions and 39 deletions

View File

@@ -41,7 +41,7 @@ container:
push: container
$(if $(TAG),,$(error TAG is not defined. Use 'make tag' to see a suggestion))
gcloud docker --server=k8s.gcr.io -- push k8s.gcr.io/kubectl:$(TAG)
gcloud docker -- push k8s.gcr.io/kubectl:$(TAG)
clean:
rm -f kubectl