From 5a0234f0bf5e5b35beb6f040e7c8dbc19b83032c Mon Sep 17 00:00:00 2001 From: Bassel Kanso Date: Mon, 29 Sep 2025 18:04:13 +0300 Subject: [PATCH] ci: use betnami legacy --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c0ed8fc73..9d46f1ea51 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -372,7 +372,7 @@ jobs: shard: [1/4, 2/4, 3/4, 4/4] services: mysql: - image: bitnami/mysql:latest + image: bitnamilegacy/mysql env: MYSQL_ROOT_PASSWORD: strapi MYSQL_USER: strapi @@ -480,7 +480,7 @@ jobs: shard: [1/5, 2/5, 3/5, 4/5, 5/5] services: mysql: - image: bitnami/mysql:latest + image: bitnamilegacy/mysql env: MYSQL_ROOT_PASSWORD: strapi MYSQL_USER: strapi