2 Commits

Author SHA1 Message Date
1f818c2738 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 / docker-lint (pull_request) Successful in 14s
2025-11-30 22:07:20 +00:00
1e6f90271a change redirection
All checks were successful
renovate / renovate (push) Successful in 1m24s
2025-11-30 16:05:55 -06:00

View File

@@ -157,8 +157,7 @@ jobs:
-H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \
--data "${PAYLOAD}" \
"${API_ENDPOINT}" 2> /dev/stdout \
| tee /tmp/pr_response.json \
"${API_ENDPOINT}" | tee /tmp/pr_response.json \
| head -n 1
)