fix kubemark makefile

pull/564/head
gaorong 2018-12-27 21:57:53 +08:00
parent bb7973a34c
commit f745dd2881
1 changed files with 1 additions and 1 deletions

View File

@ -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