From 93f1df24a10a36a5d255f5ecb4da93bd12d890ed Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Mon, 2 Mar 2026 21:24:30 +0300 Subject: [PATCH] feat(ci): switch CI image to GHCR mirror (package now public) GHCR package visibility set to public via org settings. All container jobs can now pull from ghcr.io/pezkuwichain/ci-unified. --- .github/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/env b/.github/env index b7c597fb..895b8796 100644 --- a/.github/env +++ b/.github/env @@ -1 +1 @@ -IMAGE="docker.io/paritytech/ci-unified:bullseye-1.88.0-2025-06-27-v202511141243" +IMAGE="ghcr.io/pezkuwichain/ci-unified:bullseye-1.88.0-2025-06-27-v202511141243"