mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -07:00
Revert the docker_image path
I changed that during tests of this PR. We can use the definitive path now.
This commit is contained in:
parent
3042bd465f
commit
b442aa8405
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
|
@ -282,7 +282,7 @@ jobs:
|
||||||
- name: Set docker_image
|
- name: Set docker_image
|
||||||
run: >
|
run: >
|
||||||
docker_image_multiline=("
|
docker_image_multiline=("
|
||||||
ghcr.io/laurent-indermuehle/community.mysql\
|
ghcr.io/ansible-collections/community.mysql\
|
||||||
/test-container-${{ env.db_client }}\
|
/test-container-${{ env.db_client }}\
|
||||||
-py${{ env.python_version_flat }}\
|
-py${{ env.python_version_flat }}\
|
||||||
-${{ matrix.connector_name }}${{ env.connector_version_flat }}\
|
-${{ matrix.connector_name }}${{ env.connector_version_flat }}\
|
||||||
|
|
Loading…
Add table
Reference in a new issue