aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--justfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/justfile b/justfile
index d2edf63..4b4b42b 100644
--- a/justfile
+++ b/justfile
@@ -3,13 +3,13 @@ registry_url := "public.ecr.aws/s0f9o2k5"
containers := "src/*/"
targets := `find src -type f -name "targets" -exec dirname {} \; | sed 's/src\///'`
-# All
-all: build push
-
# Default recipe
default:
@just --choose
+# all
+all: build push
+
# Build all containers and targets
build: build-containers build-targets