0
0

Updated SearXNG

This commit is contained in:
Opnxng 2023-11-15 02:03:43 +08:00
parent 177a1561c5
commit 2114bd79de

View File

@ -112,7 +112,6 @@ jobs:
cd temp cd temp
git clone ${REMOTE_REPO} . git clone ${REMOTE_REPO} .
UPSTREAM_COMMIT=$(git ls-remote ${SEARXNG_REPO} | awk '{print $1}' | head -1) UPSTREAM_COMMIT=$(git ls-remote ${SEARXNG_REPO} | awk '{print $1}' | head -1)
UPSTREAM_COMMIT=7b1951aa97f05bf679d36574a16c8a85995cc9c1
sed -i "s/UPSTREAM_COMMIT=.*/UPSTREAM_COMMIT=$UPSTREAM_COMMIT/" Dockerfile sed -i "s/UPSTREAM_COMMIT=.*/UPSTREAM_COMMIT=$UPSTREAM_COMMIT/" Dockerfile
sed -i 's/FROM registry.paulgo.dev\/infra\/paulgoio\/searxng:base/FROM git.opnxng.com\/opnxng\/searxng:base/' Dockerfile # use git.opnxng.com/opnxng/searxng:base sed -i 's/FROM registry.paulgo.dev\/infra\/paulgoio\/searxng:base/FROM git.opnxng.com\/opnxng\/searxng:base/' Dockerfile # use git.opnxng.com/opnxng/searxng:base
docker-buildx build \ docker-buildx build \