From b74abbb9c38103ba20d0bf58f3b5d62789844e81 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Wed, 24 Jun 2026 12:08:03 +0530 Subject: [PATCH] ci(mariadb): use org-owned ghcr.io/frappe image --- .github/workflows/server-tests-mariadb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index f4ccae2cc2a..7e9fb72d6e9 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -63,7 +63,7 @@ jobs: runs-on: erpnext-arc-setup timeout-minutes: 40 container: - image: ghcr.io/mihir-kandoi/erpnext-ci-mariadb:py3.14-node24-arc5 + image: ghcr.io/frappe/erpnext-ci-mariadb:py3.14-node24 credentials: username: ${{ secrets.GHCR_USERNAME || github.actor }} password: ${{ secrets.GHCR_TOKEN || github.token }} @@ -140,7 +140,7 @@ jobs: runs-on: erpnext-arc timeout-minutes: 60 container: - image: ghcr.io/mihir-kandoi/erpnext-ci-mariadb:py3.14-node24-arc5 + image: ghcr.io/frappe/erpnext-ci-mariadb:py3.14-node24 credentials: username: ${{ secrets.GHCR_USERNAME || github.actor }} password: ${{ secrets.GHCR_TOKEN || github.token }}