Set correct docker image tag in manage

This commit is contained in:
Tyrone Faulhaber 2024-08-13 13:30:13 +02:00 committed by GitHub
parent e25400429f
commit b979d4d5a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
manage
View file

@ -184,6 +184,7 @@ docker.build() {
# define the docker image name
GITHUB_USER=$(echo "${GIT_URL}" | sed 's/.*github\.com\/\([^\/]*\).*/\1/')
SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/searxng}"
SEARXNG_IMAGE_NAME="ghcr.io/${SEARXNG_IMAGE_NAME}"
BUILD="build"
if [ "$1" = "buildx" ]; then