Skip to content

Commit 0b6ca20

Browse files
cwbeitelJon Wayne Parrott
authored andcommitted
Fix gcloud docker push (GoogleCloudPlatform#131)
1 parent 0330c44 commit 0b6ca20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optional-container-engine/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build:
2121

2222
.PHONY: push
2323
push: build
24-
gcloud docker push gcr.io/$(GCLOUD_PROJECT)/bookshelf
24+
gcloud docker -- push gcr.io/$(GCLOUD_PROJECT)/bookshelf
2525

2626
.PHONY: template
2727
template:

0 commit comments

Comments
 (0)