chore: bump GitHub postgres v2 (#14220)

* Bump all postgres:12 -> postgres:13.13

* Attempt 2, postgres:13 instead of 13.13 and custom options
This commit is contained in:
Alex van Andel
2024-03-26 22:44:07 +00:00
committed by GitHub
parent b70b5a5449
commit 032b243248
5 changed files with 30 additions and 5 deletions
+6 -1
View File
@@ -10,13 +10,18 @@ jobs:
runs-on: buildjet-4vcpu-ubuntu-2204
services:
postgres:
image: postgres:13.13
image: postgres:13
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
env:
POSTGRES_USER: postgres
POSTGRES_DB: calendso
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
strategy: