fix: switch container registry from GCP to GHCR

- Replace Parity's GCP registry (europe-docker.pkg.dev/parity-ci-2024)
  with GitHub Container Registry (ghcr.io/pezkuwichain)
- Add packages:write permission for GHCR push
- Update zombienet-env to use pezkuwichain images
- Fix paritypr references in zombienet tests
This commit is contained in:
2026-01-27 05:57:33 +03:00
parent 1e46750ca1
commit c5b6258f4f
4 changed files with 49 additions and 33 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions: read-all
permissions:
contents: read
packages: write
env:
COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}