diff --git a/Makefile b/Makefile index d9632c1..5d68cee 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ docker: docker tag oc-schedulerd:latest oc/oc-schedulerd:0.0.1 publish-kind: - kind load docker-image oc/oc-schedulerd:0.0.1 --name opencloud | true + kind load docker-image oc/oc-schedulerd:0.0.1 --name $(CLUSTER_NAME) | true publish-registry: @echo "TODO"