From 802aa4604d0a05d9b6654e58245f603f4b79d9e3 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 6 Feb 2018 21:12:14 -0800 Subject: [PATCH] add -- to gcloud CLI --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 78b7866..4722ad7 100644 --- a/Makefile +++ b/Makefile @@ -122,10 +122,10 @@ container-name: push: .push-$(DOTFILE_IMAGE) push-name .push-$(DOTFILE_IMAGE): .container-$(DOTFILE_IMAGE) - @gcloud docker push $(IMAGE):$(VERSION) + @gcloud docker -- push $(IMAGE):$(VERSION) @docker images -q $(IMAGE):$(VERSION) > $@ @if [ "$(ARCH)" = "amd64" ]; then \ - gcloud docker push $(LEGACY_IMAGE):$(VERSION); \ + gcloud docker -- push $(LEGACY_IMAGE):$(VERSION); \ fi push-name: