diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-22 20:14:16 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-04-22 20:14:16 +0200 |
| commit | 04b34c70b88e9e7e1b93ca6adf8f748b9689495b (patch) | |
| tree | 863a880de89e7f6a11445e2c773b1afe07bd667e /manage.sh | |
| parent | e8c2fbc433083f6196df9e18bb4bd962ae6c00a3 (diff) | |
More branding
Diffstat (limited to 'manage.sh')
| -rwxr-xr-x | manage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ docker_build() { # define the docker image name GITHUB_USER=$(echo "${GIT_URL}" | sed 's/.*github\.com\/\([^\/]*\).*/\1/') - SEARX_IMAGE_NAME="${SEARX_IMAGE_NAME:-${GITHUB_USER:-searx}/searx}" + SEARX_IMAGE_NAME="${SEARX_IMAGE_NAME:-${GITHUB_USER:-searxng}/searxng}" # build Docker image echo "Building image ${SEARX_IMAGE_NAME}:${SEARX_GIT_VERSION}" |