mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Set correct docker image tag in manage
This commit is contained in:
parent
e25400429f
commit
b979d4d5a9
2 changed files with 2 additions and 0 deletions
1
manage
1
manage
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue