We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e9640 commit bc1ea19Copy full SHA for bc1ea19
2 files changed
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
needs: [build]
46
services:
47
mysql:
48
- image: mariadb:10.11.16
+ image: mariadb:10.11.17
49
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
50
env:
51
MYSQL_ROOT_PASSWORD: password
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
compose.yaml
@@ -43,7 +43,7 @@ services:
43
- backend
44
restart: always
environment:
0 commit comments