File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ check: prereqs
4747# --------------------------
4848# Push all images
4949# --------------------------
50- push : all $(PUSH_TARGETS )
50+ push : prereqs $(PUSH_TARGETS )
5151 @echo -e " $( GREEN) ======================================================$( NC) "
5252 @echo -e " $( GREEN) Push successful for all projects: $( DIRS) $( NC) "
5353 @echo -e " $( GREEN) ======================================================$( NC) "
@@ -56,7 +56,7 @@ push: all $(PUSH_TARGETS)
5656# Generic per-project push
5757# Usage: make push-<project>
5858# --------------------------
59- $(PUSH_TARGETS ) : push-% : prereqs %
59+ $(PUSH_TARGETS ) : push-% : prereqs
6060 @echo -e " $( BLUE) Performing bake --push for $* ...$( NC) "
6161ifeq ($(DRY_RUN ) ,true)
6262 @echo -e "$(GREEN)[DRY RUN] docker buildx bake -f $*/metadata.hcl -f docker-bake.hcl --push$(NC)"
You can’t perform that action at this time.
0 commit comments