1 Commits

Author SHA1 Message Date
mr
dc6b6ac2b9 CLUSTER NAME in Makefile 2026-01-20 11:16:16 +01:00

View File

@@ -25,7 +25,7 @@ docker:
docker tag oc-peer:latest oc/oc-peer:0.0.1 docker tag oc-peer:latest oc/oc-peer:0.0.1
publish-kind: publish-kind:
kind load docker-image oc/oc-peer:0.0.1 --name opencloud | true kind load docker-image oc/oc-peer:0.0.1 --name $(CLUSTER_NAME) | true
publish-registry: publish-registry:
@echo "TODO" @echo "TODO"