mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
fix kubemark makefile
This commit is contained in:
parent
bb7973a34c
commit
f745dd2881
@ -31,6 +31,6 @@ gcloudpush: build
|
|||||||
docker push $(REGISTRY)/kubemark:$(IMAGE_TAG)
|
docker push $(REGISTRY)/kubemark:$(IMAGE_TAG)
|
||||||
|
|
||||||
push: build
|
push: build
|
||||||
docker -- push $(REGISTRY)/kubemark:$(IMAGE_TAG)
|
docker push $(REGISTRY)/kubemark:$(IMAGE_TAG)
|
||||||
|
|
||||||
.PHONY: all build gcloudpush push
|
.PHONY: all build gcloudpush push
|
||||||
|
Loading…
Reference in New Issue
Block a user