Update manage

reading comments can be helpfull
This commit is contained in:
Fauli1221 2022-07-12 15:28:36 +02:00 committed by GitHub
parent ba7d1abb5c
commit fb7fd7a897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
manage
View file

@ -472,8 +472,8 @@ docker.build() {
build_msg DOCKER "Last commit : $VERSION_GITCOMMIT"
# define the docker image name
GITHUB_USER=fauli1221/ponysearch
SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/searxng}"
GITHUB_USER=fauli1221
SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/ponysearch}"
BUILD="build"
if [ "$1" = "buildx" ]; then