mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04: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
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb
|
# renovate: datasource=docker depName=mariadb
|
||||||
|
image: mariadb:10.11.4
|
||||||
env:
|
env:
|
||||||
MYSQL_USER: hedgedoc
|
MYSQL_USER: hedgedoc
|
||||||
MYSQL_PASSWORD: hedgedoc
|
MYSQL_PASSWORD: hedgedoc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue