update registry
This commit is contained in:
parent
942119559a
commit
890759a33e
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue