add cluster var in makefile

This commit is contained in:
mr
2026-01-20 11:12:40 +01:00
parent 37d97b4952
commit aaa12eca62

View File

@@ -25,7 +25,7 @@ docker:
docker tag oc-workspace:latest oc/oc-workspace:0.0.1
publish-kind:
kind load docker-image oc/oc-workspace:0.0.1 --name opencloud | true
kind load docker-image oc/oc-workspace:0.0.1 --name $(CLUSTER_NAME) | true
publish-registry:
@echo "TODO"