From a409445ba25a8b4f8d4fb5f84b3d1028f800f063 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 23 Jan 2023 08:31:57 +0100 Subject: [PATCH] Fix image not found --- .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 80f1e0c..97f7abf 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -230,7 +230,7 @@ jobs: db_engine_version: mariadb:10.5.18 python: '3.10' 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 # db_engine_version: mariadb:10.6.11 # python: '3.10'