From 2763e2519cfbaccf5d8ef9d8c86ccd87ab3da6b7 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Mon, 2 Mar 2026 15:16:39 +0300 Subject: [PATCH] fix(ci): revert to paritytech CI image until GHCR package is public GHCR packages are created as private by default and the visibility cannot be changed via the REST API. Reverting to docker.io/paritytech until the package visibility is changed to public via GitHub UI at: https://github.com/orgs/pezkuwichain/packages/container/ci-unified/settings The mirror-ci-image.yml workflow has already populated GHCR - just need to make it public, then update this file to use GHCR. --- .github/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/env b/.github/env index 895b8796..b7c597fb 100644 --- a/.github/env +++ b/.github/env @@ -1 +1 @@ -IMAGE="ghcr.io/pezkuwichain/ci-unified:bullseye-1.88.0-2025-06-27-v202511141243" +IMAGE="docker.io/paritytech/ci-unified:bullseye-1.88.0-2025-06-27-v202511141243"