mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Try again with the Lysand postgres image
This commit is contained in:
parent
0122794d83
commit
d29915456c
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16-alpine # ghcr.io/lysand-org/postgres:main
|
||||
image: ghcr.io/lysand-org/postgres:main
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue