We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9d190 commit a8b7379Copy full SHA for a8b7379
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
runs-on: ubuntu-latest
20
container:
21
- image: ${{ format('ghcr.io/postgres-dev/{0}:1.0', matrix.os) }}
+ image: postgres:${{ matrix.pg_version }}
22
options: --privileged
23
env:
24
PGDATA: $HOME/data
0 commit comments