chore: pin images in workflows (#10459)
This commit is contained in:
parent
230639bdad
commit
acb84100ab
|
|
@ -405,7 +405,7 @@ jobs:
|
|||
- 5432:5432
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:8
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
|
|
@ -446,7 +446,7 @@ jobs:
|
|||
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:latest
|
||||
image: mysql:lts
|
||||
env:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
MYSQL_DATABASE: ${{ env.INVENTREE_DB_NAME }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue