CLUSTERNAME in makefile

This commit is contained in:
mr
2026-01-20 11:20:16 +01:00
parent f226866fc7
commit 932e40190d

View File

@@ -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"