From 50ff7ebf8994555e9d1e772dbebff9aab5a675a1 Mon Sep 17 00:00:00 2001 From: mr Date: Tue, 20 Jan 2026 11:11:41 +0100 Subject: [PATCH] add Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1d8001..7a853ac 100755 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ docker: docker tag oc-catalog:latest oc/oc-catalog:0.0.1 publish-kind: - kind load docker-image oc/oc-catalog:0.0.1 --name opencloud | true + kind load docker-image oc/oc-catalog:0.0.1 --name $(CLUSTER_NAME) | true publish-registry: @echo "TODO"