CLUSTER NAME in Makefile

This commit is contained in:
mr
2026-01-20 11:19:09 +01:00
parent e1eb658037
commit 66de8d7541

View File

@@ -25,7 +25,7 @@ docker:
docker tag oc-datacenter:latest oc/oc-datacenter:0.0.1 docker tag oc-datacenter:latest oc/oc-datacenter:0.0.1
publish-kind: 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: publish-registry:
@echo "TODO" @echo "TODO"