This commit is contained in:
kvan7 2024-01-22 03:24:31 +00:00
parent 4bceeb2a8f
commit 18fe273aa4
2 changed files with 77 additions and 39 deletions

2
manage
View file

@ -201,7 +201,7 @@ docker.build() {
build_msg DOCKER "Last commit : $VERSION_GITCOMMIT"
# define the docker image name
GITHUB_USER=$(echo "${GIT_URL}" | sed 's/.*github\.com\/\([^\/]*\).*/\1/')
GITHUB_USER=$(echo "kvan7" | sed 's/.*github\.com\/\([^\/]*\).*/\1/')
SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/searxng}"
BUILD="build"