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