From 2bcc9f67326c35186e108edd1ffa4727bbaa3145 Mon Sep 17 00:00:00 2001 From: mr Date: Tue, 20 Jan 2026 11:18:21 +0100 Subject: [PATCH] Cluster Name in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c3720f..9116ab0 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ docker: docker tag oc-front:latest oc/oc-front:0.0.1 publish-kind: - kind load docker-image oc/oc-front:0.0.1 --name opencloud | true + kind load docker-image oc/oc-front:0.0.1 --name $(CLUSTER_NAME) | true publish-registry: @echo "TODO"