mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-24 13:50:26 -07:00
Fix image not found
This commit is contained in:
parent
cc6fdb32a4
commit
a409445ba2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ansible-test-plugins.yml
vendored
2
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -230,7 +230,7 @@ jobs:
|
||||||
db_engine_version: mariadb:10.5.18
|
db_engine_version: mariadb:10.5.18
|
||||||
python: '3.10'
|
python: '3.10'
|
||||||
connector: mysqlclient==2.1.1
|
connector: mysqlclient==2.1.1
|
||||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-mysqlclient211-:latest
|
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-mysqlclient211:latest
|
||||||
# - ansible: stable-2.13
|
# - ansible: stable-2.13
|
||||||
# db_engine_version: mariadb:10.6.11
|
# db_engine_version: mariadb:10.6.11
|
||||||
# python: '3.10'
|
# python: '3.10'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue