diff --git a/Makefile b/Makefile index 3ad5e24..1b278b8 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ BUF_VERSION := 0.27.1 GOLANG_CI_VERSION := v1.52.2 -all: build images +all: build docker-build build: # @HELP build the Go binaries and run all validations (default) build: @@ -64,4 +64,4 @@ help: | awk ' \ BEGIN {FS = ": *# *@HELP"}; \ {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}; \ - ' \ No newline at end of file + '