Update manage

set docker name manualy
This commit is contained in:
Fauli1221 2022-07-12 13:30:42 +02:00 committed by GitHub
parent 629cf1d938
commit ba7d1abb5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
manage
View file

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