1 Commits

Author SHA1 Message Date
13e19706b0 Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / lint-docker-compose (pull_request) Successful in 17s
2025-12-04 06:17:20 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -197,9 +197,11 @@ jobs:
run: |
cd ${MANIFEST_DIR}
if git status --porcelain --untracked-files=all | grep -q '^.' ; then
git status --porcelain
if git status --porcelain | grep -q . ; then
echo ">> Changes detected"
# git status --porcelain --untracked-files=all
# git status --porcelain
echo "changes-detected=true" >> $GITEA_OUTPUT
else

View File

@@ -9,7 +9,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:df9a8b9abbfbd7fc4eee49b1719104fe38d918dc7e9dc317202f1762d4dbf030
tag: latest@sha256:09dfc123bd7c118ed086471b42d17ed57964827beffeb8d7f012dae3d2608545
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL
@@ -43,7 +43,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:df9a8b9abbfbd7fc4eee49b1719104fe38d918dc7e9dc317202f1762d4dbf030
tag: latest@sha256:09dfc123bd7c118ed086471b42d17ed57964827beffeb8d7f012dae3d2608545
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL