aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-07-03 22:43:20 -0700
committerMax Resnick <max@ofmax.li>2025-07-03 22:52:27 -0700
commit29c5d4f6768a3eabefd963cd3bc3e81ebfffd056 (patch)
tree919eaf248ed52ed31ac504a1f7c37b22f0400d95 /justfile
parent1e8bb139121f22b1e7672e0f3ec54953eb3a7885 (diff)
downloadgrumpy-containers-29c5d4f6768a3eabefd963cd3bc3e81ebfffd056.tar.gz
feat: update the docker registry
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index c125691..07f34a3 100644
--- a/justfile
+++ b/justfile
@@ -1,5 +1,5 @@
# Variables
-registry_url := "public.ecr.aws/s0f9o2k5"
+registry_url := "public.ecr.aws/x2w2w0z4"
containers := "src/*/"
targets := `find src -type f -name "targets" -exec dirname {} \; | sed 's/src\///'`