Cluster Name in Makefile

This commit is contained in:
mr
2026-01-20 11:18:21 +01:00
parent a72df0b855
commit 2bcc9f6732

View File

@@ -31,7 +31,7 @@ docker:
docker tag oc-front:latest oc/oc-front:0.0.1 docker tag oc-front:latest oc/oc-front:0.0.1
publish-kind: 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: publish-registry:
@echo "TODO" @echo "TODO"