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.
This commit is contained in:
2026-03-02 15:16:39 +03:00
parent c9be37fd95
commit 4627d08954
+1 -1
View File
@@ -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"