publish-registry ci

This commit is contained in:
mr
2026-02-05 11:59:43 +01:00
parent 627058fcab
commit 492aff13a3

View File

@@ -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 publish-registry
.PHONY: build run clean docker publish-kind publish-registry