mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-14 00:25:12 +00:00
ci: pin mariadb docker image version
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
3651ca085e
commit
a8c6dee5cd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
|
@ -56,7 +56,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
services:
|
||||
mariadb:
|
||||
image: mariadb
|
||||
# renovate: datasource=docker depName=mariadb
|
||||
image: mariadb:10.11.4
|
||||
env:
|
||||
MYSQL_USER: hedgedoc
|
||||
MYSQL_PASSWORD: hedgedoc
|
||||
|
|
Loading…
Add table
Reference in a new issue