From 932e40190db13c4c58a07890185b3dc5f9e2f033 Mon Sep 17 00:00:00 2001 From: mr Date: Tue, 20 Jan 2026 11:20:16 +0100 Subject: [PATCH] CLUSTERNAME in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b23282..be7f9b7 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ docker: docker tag oc-auth:latest oc/oc-auth:0.0.1 publish-kind: - kind load docker-image oc/oc-auth:0.0.1 --name opencloud | true + kind load docker-image oc/oc-auth:0.0.1 --name $(CLUSTER_NAME) | true publish-registry: @echo "TODO"