From 3593a220d1793d0b73c78746f53ba489d0b493cd Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 18 Nov 2025 10:54:20 +0100 Subject: [PATCH] Small help with custom builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 08cdef6..591f2c0 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ TESTCOMMAND := "set -e; echo '* Helm: '; helm version; \ .PHONY: help help: ## Help @awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n"} /^(\s|[a-zA-Z_0-9-])+:.*?##/ { printf " \033[36m%-35s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST) + @echo -e "\nCustom build+upload with: make UPLOADREGISTRY=quay.io/foo TAG=testme build upload\n" ##@ Build-related tasks .PHONY: build