gcloud docker now auths k8s.gcr.io by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user