Skip to content

Commit

Permalink
Now gcloud enforce -- before docker args.
Browse files Browse the repository at this point in the history
Signed-off-by: Random-Liu <lantaol@google.com>
  • Loading branch information
Random-Liu committed Jun 21, 2017
1 parent b6205ea commit b4714a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ build-tar: ./bin/node-problem-detector
build: build-container build-tar

push-container: build-container
gcloud docker push $(IMAGE)
gcloud docker -- push $(IMAGE)

push-tar: build-tar
gsutil cp $(TARBALL) $(UPLOAD_PATH)/node-problem-detector/
Expand Down

0 comments on commit b4714a4

Please sign in to comment.