update registry

This commit is contained in:
salahangal 2025-11-14 10:28:20 +01:00
parent 942119559a
commit 890759a33e
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ set -e
# Configuration
IMAGE_NAME="hadith-ingestion"
TAG="${1:-latest}"
REGISTRY="${DOCKER_REGISTRY:-localhost:5000}"
DOCKER_REGISTRY="axxs"
REGISTRY="${DOCKER_REGISTRY:-}"
echo "Building Docker image: ${IMAGE_NAME}:${TAG}"