fix: rebrand paths in workflows and configs

- Update review-bot.yml: bridges -> pezbridges, frame -> pezframe
- Update build-publish-eth-rpc.yml: paritypr -> pezkuwichain, frame -> pezframe
- Update checks-quick.yml: frame -> pezframe path fixes
- Update release-60 workflow: frame -> pezframe path fixes
- Update tests-misc.yml: frame -> pezframe path fixes
- Apply cargo fix for unused parentheses in test collators
This commit is contained in:
2025-12-20 02:22:34 +03:00
parent 3680848df2
commit 2afd98c18d
7 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true
env:
ETH_RPC_IMAGE_NAME: "docker.io/paritypr/eth-rpc"
ETH_RPC_IMAGE_NAME: "docker.io/pezkuwichain/eth-rpc"
jobs:
isdraft:
@@ -50,7 +50,7 @@ jobs:
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
file: ./bizinikiwi/frame/revive/rpc/dockerfiles/eth-rpc/Dockerfile
file: ./bizinikiwi/pezframe/revive/rpc/dockerfiles/eth-rpc/Dockerfile
push: false
tags: |
${{ env.ETH_RPC_IMAGE_NAME }}:${{ env.VERSION }}
@@ -76,7 +76,7 @@ jobs:
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
file: ./bizinikiwi/frame/revive/rpc/dockerfiles/eth-rpc/Dockerfile
file: ./bizinikiwi/pezframe/revive/rpc/dockerfiles/eth-rpc/Dockerfile
push: true
tags: |
${{ env.ETH_RPC_IMAGE_NAME }}:${{ env.VERSION }}