forked from Ponysearch/Ponysearch
Update manage
set docker name manualy
This commit is contained in:
parent
7d8f71e720
commit
21a3a7e672
1 changed files with 1 additions and 1 deletions
2
manage
2
manage
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue