chore: update justfile Docker tasks and registry configuration

This commit is contained in:
2026-03-31 10:14:37 -07:00
parent 19d106d034
commit d970313165
-1
View File
@@ -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}} .