Skip to content

Commit a8b7379

Browse files
committed
Fix container image path
1 parent 7b9d190 commit a8b7379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
runs-on: ubuntu-latest
2020
container:
21-
image: ${{ format('ghcr.io/postgres-dev/{0}:1.0', matrix.os) }}
21+
image: postgres:${{ matrix.pg_version }}
2222
options: --privileged
2323
env:
2424
PGDATA: $HOME/data

0 commit comments

Comments
 (0)