chore: update justfile Docker tasks and registry configuration
This commit is contained in:
@@ -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}} .
|
||||
|
||||
Reference in New Issue
Block a user