Skip to content

Commit 9b28926

Browse files
authored
Merge pull request #123 from Random-Liu/fix-gcloud-push
Now gcloud enforce `--` before docker args.
2 parents b6205ea + b4714a4 commit 9b28926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ build-tar: ./bin/node-problem-detector
100100
build: build-container build-tar
101101

102102
push-container: build-container
103-
gcloud docker push $(IMAGE)
103+
gcloud docker -- push $(IMAGE)
104104

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

0 commit comments

Comments
 (0)