4 Commits

Author SHA1 Message Date
pezkuwichain 93f1df24a1 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.
2026-03-02 21:24:30 +03:00
pezkuwichain 4627d08954 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.
2026-03-02 15:16:39 +03:00
pezkuwichain c9be37fd95 feat(ci): switch CI image to GHCR mirror
Now that the mirror-ci-image workflow has populated GHCR, switch
.github/env from docker.io/paritytech/ci-unified to our own
ghcr.io/pezkuwichain/ci-unified mirror.
2026-03-02 15:11:07 +03:00
pezkuwichain ee389beb8c feat: Add rebrand CI/CD workflows to main branch
- Add 72 rebrand workflow files (polkadot→pezkuwi, substrate→bizinikiwi, cumulus→pezcumulus)
- Add GitHub actions, issue templates, and configs
- Removed unnecessary workflows (fork-sync, gitspiegel, upstream-tracker, sync-templates, backport)
- Renamed zombienet test files to match new naming convention
2025-12-19 22:51:57 +03:00