Skip to content

Commit

Permalink
Merge pull request #123 from Random-Liu/fix-gcloud-push
Browse files Browse the repository at this point in the history
Now gcloud enforce `--` before docker args.
  • Loading branch information
Random-Liu committed Jun 27, 2017
2 parents b6205ea + b4714a4 commit 9b28926
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 9b28926

Please sign in to comment.