From 674f21aa1da5ef4d1af0d8c09ca1566e3fcb3e49 Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 5 Feb 2026 12:05:51 +0100 Subject: [PATCH] publish registry ci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 398c0be..dce6a58 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,6 @@ publish-registry: all: docker publish-kind -all: docker publish-registry +ci: docker publish-registry .PHONY: build run clean docker publish-kind publish-registry