Unverified Commit a9c7dfba authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #72368 from gaorong/kubemark-makefile

fix kubemark makefile
parents a6ba2ebf f745dd28
......@@ -31,6 +31,6 @@ gcloudpush: build
docker push $(REGISTRY)/kubemark:$(IMAGE_TAG)
push: build
docker -- push $(REGISTRY)/kubemark:$(IMAGE_TAG)
docker push $(REGISTRY)/kubemark:$(IMAGE_TAG)
.PHONY: all build gcloudpush push
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment