diff --git a/Makefile b/Makefile index 07556b8..3d5f7d5 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ docker: docker tag oc-datacenter:latest oc/oc-datacenter:0.0.1 publish-kind: - kind load docker-image oc/oc-datacenter:0.0.1 --name opencloud | true + kind load docker-image oc/oc-datacenter:0.0.1 --name $(CLUSTER_NAME) | true publish-registry: @echo "TODO"