From 627058fcab2dc45b1095e6d44def9b3b7cc5047c Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 5 Feb 2026 11:55:09 +0100 Subject: [PATCH] publish-registry --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index be7f9b7..b49757f 100644 --- a/Makefile +++ b/Makefile @@ -22,13 +22,13 @@ clean: docker: DOCKER_BUILDKIT=1 docker build -t oc-auth -f Dockerfile . --build-arg=HOST=$(HOST) - docker tag oc-auth:latest oc/oc-auth:0.0.1 - + docker tag opencloudregistry/oc-auth:latest oc/oc-auth:0.0.1 + publish-kind: kind load docker-image oc/oc-auth:0.0.1 --name $(CLUSTER_NAME) | true publish-registry: - @echo "TODO" + docker push opencloudregistry/oc-auth:latest docker-deploy: docker compose up -d