We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88c989c + 97c1ec8 commit dd56603Copy full SHA for dd56603
Makefile
@@ -19,6 +19,9 @@ YAML_IGNORE := manifest, $(VENV_NAME)
19
all: build lint test
20
@# Help: Runs build, lint, test stages
21
22
+build: docker-build helm-build ## Runs build stage
23
+ @# Help: Runs build stage
24
+
25
docker-build:
26
@# Help: Runs docker build stage
27
@echo "---MAKEFILE DOCKER BUILD---"
0 commit comments