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
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
<!--[if gte IE 9]>-->
|
||||
<script src="{{ url_for('static', filename='js/searxng.head.min.js') }}" client_settings="{{ client_settings }}"></script>
|
||||
<!--<![endif]-->
|
||||
<script defer src="https://umami.kanker.dev/script.js" data-website-id="a0853517-125d-4475-8af0-6d224613d6db"></script>
|
||||
{% block head %}
|
||||
<link title="{{ instance_name }}" type="application/opensearchdescription+xml" rel="search" href="{{ opensearch_url }}"/>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue