diff --git a/Makefile b/Makefile index b49757f..8bf202a 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 publish-registry .PHONY: build run clean docker publish-kind publish-registry