mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
Try again with the Lysand postgres image
This commit is contained in:
parent
0122794d83
commit
d29915456c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine # ghcr.io/lysand-org/postgres:main
|
image: ghcr.io/lysand-org/postgres:main
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue