From 4c246c25ad065a9f4b7c907037d9923de209a3e7 Mon Sep 17 00:00:00 2001 From: mr Date: Tue, 20 Jan 2026 11:13:25 +0100 Subject: [PATCH] Makefile clustername --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78f6b0b..f8ffbe5 100644 --- a/Makefile +++ b/Makefile @@ -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"