add Makefile

This commit is contained in:
mr
2026-01-20 11:11:41 +01:00
parent 89005be400
commit 50ff7ebf89

View File

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