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.
1 parent d507c27 commit a4ff35cCopy full SHA for a4ff35c
Makefile
@@ -37,7 +37,7 @@ prereqs:
37
check: prereqs
38
@echo -e "$(BLUE)Performing bake --check for all projects...$(NC)"
39
@$(foreach dir,$(DIRS), \
40
- echo -e "$(BLUE)[CHECK] $dir$(NC)"; \
+ echo -e "$(BLUE)[CHECK] $(dir) $(NC)"; \
41
docker buildx bake -f $(dir)/metadata.hcl -f docker-bake.hcl --check; \
42
)
43
0 commit comments