From b442aa8405ed3f5fa240d8e664db765aad987bc9 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 24 Mar 2023 10:10:12 +0100 Subject: [PATCH] Revert the docker_image path I changed that during tests of this PR. We can use the definitive path now. --- .github/workflows/ansible-test-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 4b56e54..b961550 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -282,7 +282,7 @@ jobs: - name: Set docker_image run: > docker_image_multiline=(" - ghcr.io/laurent-indermuehle/community.mysql\ + ghcr.io/ansible-collections/community.mysql\ /test-container-${{ env.db_client }}\ -py${{ env.python_version_flat }}\ -${{ matrix.connector_name }}${{ env.connector_version_flat }}\