We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68ef701 + e2627fe commit 9570ab7Copy full SHA for 9570ab7
1 file changed
Makefile
@@ -31,6 +31,7 @@ TESTCOMMAND := "set -e; echo '* Helm: '; helm version; \
31
.PHONY: help
32
help: ## Help
33
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\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)
34
+ @echo -e "\nCustom build+upload with: make UPLOADREGISTRY=quay.io/foo TAG=testme build upload\n"
35
36
##@ Build-related tasks
37
.PHONY: build
0 commit comments