Merge pull request #83 from thockin/master

add -- to gcloud CLI
This commit is contained in:
Tim Hockin 2018-02-06 21:30:55 -08:00 committed by GitHub
commit 41ca15c427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: