2 Commits

Author SHA1 Message Date
4948d8c2a8 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 15s
2025-11-30 22:28:27 +00:00
68a25dc9fd change command
All checks were successful
renovate / renovate (push) Successful in 1m35s
2025-11-30 16:26:57 -06:00
2 changed files with 5 additions and 3 deletions

View File

@@ -154,11 +154,13 @@ jobs:
HTTP_STATUS=$( HTTP_STATUS=$(
curl -X POST \ curl -X POST \
--write-out '%{http_code}' \
--silent \
--output /tmp/pr_response \
-H "Authorization: token ${GITEA_TOKEN}" \ -H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
--data "${PAYLOAD}" \ --data "${PAYLOAD}" \
"${API_ENDPOINT}" | tee /tmp/pr_response \ "${API_ENDPOINT}"
| head -n 1
) )
echo ">> Gitea API Response Body ..." echo ">> Gitea API Response Body ..."

View File

@@ -19,7 +19,7 @@ services:
- /dev/net/tun:/dev/net/tun - /dev/net/tun:/dev/net/tun
postgresql: postgresql:
image: docker.io/postgres:17.7-alpine3.21 image: docker.io/postgres:18.1-alpine3.21
container_name: gitea-postgres container_name: gitea-postgres
env_file: env_file:
- .env - .env