From 3ca99a91d78a142c97607e2a1493dacf56d8669b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szil=C3=A1rd=20D=C3=B3r=C3=B3?= Date: Wed, 3 May 2023 10:45:26 +0200 Subject: [PATCH] switch to nhost/postgres:latest --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 98ffe817f..cc331626b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: services: postgres: # TODO bump - image: nhost/postgres:12-v0.0.6 + image: nhost/postgres:latest env: POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }} options: --restart always --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5