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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user