mirror of https://github.com/k3s-io/k3s
fix kubemark makefile
parent
bb7973a34c
commit
f745dd2881
|
@ -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 New Issue