mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
fix kubemark makefile
This commit is contained in:
parent
bb7973a34c
commit
f745dd2881
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue