From 729984cec2ad3867ba2d6ce3b79a51dd11fa5e9e Mon Sep 17 00:00:00 2001 From: Tony Li Date: Thu, 16 Feb 2017 14:49:35 -0800 Subject: [PATCH] update makefile docker command --- controllers/gce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/gce/Makefile b/controllers/gce/Makefile index 10ca7ca6e..d908af0cf 100644 --- a/controllers/gce/Makefile +++ b/controllers/gce/Makefile @@ -11,7 +11,7 @@ container: server docker build --pull -t $(PREFIX):$(TAG) . push: container - gcloud docker push $(PREFIX):$(TAG) + gcloud docker -- push $(PREFIX):$(TAG) clean: rm -f glbc