From 276c0f793ac3e1180e44ba4a3ca175144d4eed0c Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 5 Feb 2026 11:58:48 +0100 Subject: [PATCH] publish-kind ci way --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c09663f..d6530d6 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,8 @@ docker-deploy: run-docker: docker publish-kind publish-registry docker-deploy -all: docker publish-kind publish-registry +all: docker publish-kind + +ci: docker publish-kind .PHONY: build run clean docker publish-kind publish-registry