bump: 2025.1.25-176079977 #8

Merged
ange merged 6 commits from staging into prod 2025-01-27 16:08:43 +00:00
2 changed files with 660 additions and 658 deletions
Showing only changes of commit e5a2f16346 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,6 @@
DOCKER_API='https://hub.docker.com/v2/namespaces/searxng/repositories/searxng' DOCKER_API='https://hub.docker.com/v2/namespaces/searxng/repositories/searxng'
REPO='https://github.com/searxng/searxng/raw' REPO='https://github.com/searxng/searxng/raw'
tmp="$(mktemp)"
new_tag="$(curl -L "$DOCKER_API/tags" | jq -r '.results[2].name')" new_tag="$(curl -L "$DOCKER_API/tags" | jq -r '.results[2].name')"
new_commit="$(grep -Eo '\w+$' <<< "$new_tag")" new_commit="$(grep -Eo '\w+$' <<< "$new_tag")"