From d970313165e0d8a30e36d356cd4cfff92a10198b Mon Sep 17 00:00:00 2001 From: David Gwilliam Date: Tue, 31 Mar 2026 10:14:37 -0700 Subject: [PATCH] chore: update justfile Docker tasks and registry configuration --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index b903169..084328c 100644 --- a/justfile +++ b/justfile @@ -87,7 +87,6 @@ docker-build: @echo "Building Docker image {{PROJECT}}:{{IMAGE_TAG}}..." docker build -t {{PROJECT}}:{{IMAGE_TAG}} . -# Build the Docker image with git commit tag docker-build-commit: @echo "Building Docker image {{PROJECT}}:{{IMAGE_TAG_COMMIT}}..." docker build -t {{PROJECT}}:{{IMAGE_TAG_COMMIT}} .