Skip to content

Commit 41ca15c

Browse files
authored
Merge pull request kubernetes#83 from thockin/master
add -- to gcloud CLI
2 parents af91ea2 + 802aa46 commit 41ca15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ container-name:
122122

123123
push: .push-$(DOTFILE_IMAGE) push-name
124124
.push-$(DOTFILE_IMAGE): .container-$(DOTFILE_IMAGE)
125-
@gcloud docker push $(IMAGE):$(VERSION)
125+
@gcloud docker -- push $(IMAGE):$(VERSION)
126126
@docker images -q $(IMAGE):$(VERSION) > $@
127127
@if [ "$(ARCH)" = "amd64" ]; then \
128-
gcloud docker push $(LEGACY_IMAGE):$(VERSION); \
128+
gcloud docker -- push $(LEGACY_IMAGE):$(VERSION); \
129129
fi
130130

131131
push-name:

0 commit comments

Comments
 (0)