mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-24 19:52:48 +00:00
ci: pin postgres docker image version
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
a8c6dee5cd
commit
49af09d40b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
|
@ -89,7 +89,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
# renovate: datasource=docker depName=postgres
|
||||
image: postgres:15.3
|
||||
env:
|
||||
POSTGRES_PASSWORD: hedgedoc
|
||||
POSTGRES_USER: hedgedoc
|
||||
|
|
Loading…
Reference in a new issue