Update manage

set docker name manualy
This commit is contained in:
Fauli1221 2022-07-12 13:30:42 +02:00 committed by Fauli1221
parent 7d8f71e720
commit 21a3a7e672

2
manage
View file

@ -470,7 +470,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=fauli1221/ponysearch
SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/searxng}"
BUILD="build"