From 1453730b3d39192c1d6a2bfc79555ba851db9562 Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 5 Feb 2026 11:55:58 +0100 Subject: [PATCH] publish-registry --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7a853ac..20ca993 100755 --- a/Makefile +++ b/Makefile @@ -20,13 +20,13 @@ clean: docker: DOCKER_BUILDKIT=1 docker build -t oc-catalog -f Dockerfile . --build-arg=HOST=$(HOST) - docker tag oc-catalog:latest oc/oc-catalog:0.0.1 + docker tag opencloudregistry/oc-catalog:latest oc/oc-catalog:0.0.1 publish-kind: kind load docker-image oc/oc-catalog:0.0.1 --name $(CLUSTER_NAME) | true publish-registry: - @echo "TODO" + docker push opencloudregistry/oc-catalog:latest docker-deploy: docker compose up -d