Skip to content

Commit b4714a4

Browse files
committed
Now gcloud enforce -- before docker args.
Signed-off-by: Random-Liu <[email protected]>
1 parent b6205ea commit b4714a4

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)