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

View file

@ -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 %}