Merge pull request #612 from XinFinOrg/cicd-stable-rpc

hardcode stable image for rpc deployment (temporary)
This commit is contained in:
Wanwiset Peerapatanapokin 2024-08-21 11:16:29 +04:00 committed by GitHub
commit e2f0638fc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,9 @@
tasks:
- name: Update RPC image version
# export RPC_IMAGE={{ rpc_image }}
shell: |
export RPC_IMAGE={{ rpc_image }}
export RPC_IMAGE=xinfinorg/devnet:dev-upgrade-stable-5024107
cd {{ deploy_path }}
git pull
./docker-down.sh