Merge pull request #1121 from XinFinOrg/update-cicd

update new rpcs to cicd
This commit is contained in:
Wanwiset Peerapatanapokin 2025-06-20 13:04:09 +04:00 committed by GitHub
commit 2ece05993b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,7 +155,9 @@ jobs:
kubectl set image deployment/devnetrpc devnetrpc=xinfinorg/devnet:dev-upgrade-${git_hash} || true
kubectl set image deployment/devnetrpc2 devnetrpc2=xinfinorg/devnet:dev-upgrade-${git_hash} || true
kubectl set image deployment/testnetrpc testnetrpc=xinfinorg/devnet:dev-upgrade-${git_hash} || true
kubectl set image deployment/testnetrpc2 testnetrpc=xinfinorg/devnet:dev-upgrade-${git_hash} || true
kubectl set image deployment/mainnetrpc mainnetrpc=xinfinorg/devnet:dev-upgrade-${git_hash} || true
kubectl set image deployment/mainnetrpc2 mainnetrpc=xinfinorg/devnet:dev-upgrade-${git_hash} || true
echo done
devnet_send_notification: