Add DOCKER_EXTRA env to docker_build.sh (#5204)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-04-05 13:39:54 +07:00 committed by GitHub
parent 4379549291
commit c9b4fa16fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,4 +4,4 @@ version=$(git rev-parse HEAD)
echo "Building version: $version"
docker build -t "$1" -t "$1:$version" .
docker build -t "$1" -t "$1:$version" ${DOCKER_EXTRA} .