mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Add full path to image to prevent podman asking which registry to use
This commit is contained in:
parent
41cb5de320
commit
7e2e5a3e94
2 changed files with 6 additions and 6 deletions
6
.github/workflows/ansible-test-plugins.yml
vendored
6
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -286,7 +286,7 @@ jobs:
|
|||
|
||||
services:
|
||||
db_primary:
|
||||
image: ${{ matrix.db_engine_version }}
|
||||
image: docker.io/library/${{ matrix.db_engine_version }}
|
||||
env:
|
||||
MARIADB_ROOT_PASSWORD: msandbox
|
||||
MYSQL_ROOT_PASSWORD: msandbox
|
||||
|
@ -302,7 +302,7 @@ jobs:
|
|||
--health-retries 6
|
||||
|
||||
db_replica1:
|
||||
image: ${{ matrix.db_engine_version }}
|
||||
image: docker.io/library/${{ matrix.db_engine_version }}
|
||||
env:
|
||||
MARIADB_ROOT_PASSWORD: msandbox
|
||||
MYSQL_ROOT_PASSWORD: msandbox
|
||||
|
@ -316,7 +316,7 @@ jobs:
|
|||
--health-retries 6
|
||||
|
||||
db_replica2:
|
||||
image: ${{ matrix.db_engine_version }}
|
||||
image: docker.io/library/${{ matrix.db_engine_version }}
|
||||
env:
|
||||
MARIADB_ROOT_PASSWORD: msandbox
|
||||
MYSQL_ROOT_PASSWORD: msandbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue