mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 17:09:31 +00:00
Allow overriding Docker repository when building docker image
This commit is contained in:
parent
ba90c5a2e0
commit
c819ae4d8c
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ docker_build() {
|
|||
|
||||
# define the docker image name
|
||||
GITHUB_USER=$(echo "${GIT_URL}" | sed 's/.*github\.com\/\([^\/]*\).*/\1/')
|
||||
SEARX_IMAGE_NAME="${GITHUB_USER:-searx}/searx"
|
||||
SEARX_IMAGE_NAME="${SEARX_IMAGE_NAME:-${GITHUB_USER:-searx}/searx}"
|
||||
|
||||
# build Docker image
|
||||
echo "Building image ${SEARX_IMAGE_NAME}:${SEARX_GIT_VERSION}"
|
||||
|
|
Loading…
Reference in a new issue