Commit f745dd28 authored by gaorong's avatar gaorong

fix kubemark makefile

parent bb7973a3
......@@ -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