Makefile clustername

This commit is contained in:
mr
2026-01-20 11:13:25 +01:00
parent c374ccd43b
commit 4c246c25ad

View File

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