File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # DEPRECATED: This workflow has been replaced by docker-build-and-push.yml
2- # which builds all Docker images in a unified, efficient manner.
3- # This file is kept for reference but should not be used.
4-
5- name : push-blocklock-agent-docker-deprecated
1+ name : push-blocklock-agent-docker
62on :
7- # Disabled - use docker-build-and-push.yml instead
8- workflow_dispatch :
3+ push :
4+ branches :
5+ # all branches, docker image is only pushed on main
6+ - " *"
7+ tags :
8+ - ' v[0-9]+.[0-9]+.[0-9]+*'
9+ pull_request :
910
1011env :
1112 SERVICE_ACCOUNT : github@randamu-prod.iam.gserviceaccount.com
Original file line number Diff line number Diff line change 1- # DEPRECATED: This workflow has been replaced by docker-build-and-push.yml
2- # which builds all Docker images in a unified, efficient manner.
3- # This file is kept for reference but should not be used.
4-
5- name : push-dsigner-docker-deprecated
1+ name : push-dsigner-docker
62on :
7- # Disabled - use docker-build-and-push.yml instead
8- workflow_dispatch :
3+ push :
4+ branches :
5+ # all branches, docker image is only pushed on main
6+ - " *"
7+ tags :
8+ - ' v[0-9]+.[0-9]+.[0-9]+*'
9+ pull_request :
910
1011env :
1112 SERVICE_ACCOUNT : github@randamu-prod.iam.gserviceaccount.com
Original file line number Diff line number Diff line change 1- # DEPRECATED: This workflow has been replaced by docker-build-and-push.yml
2- # which builds all Docker images in a unified, efficient manner.
3- # This file is kept for reference but should not be used.
4-
5- name : push-onlyswaps-verifier-deprecated
1+ name : push-onlyswaps-verifier-docker
62on :
7- # Disabled - use docker-build-and-push.yml instead
8- workflow_dispatch :
3+ push :
4+ branches :
5+ # all branches, docker image is only pushed on main
6+ - " *"
7+ tags :
8+ - ' v[0-9]+.[0-9]+.[0-9]+*'
9+ pull_request :
910
1011env :
1112 SERVICE_ACCOUNT : github@randamu-prod.iam.gserviceaccount.com
Original file line number Diff line number Diff line change 1- # DEPRECATED: This workflow has been replaced by docker-build-and-push.yml
2- # which builds all Docker images in a unified, efficient manner.
3- # This file is kept for reference but should not be used.
4-
5- name : push-randomness-agent-docker-deprecated
1+ name : push-randomness-agent-docker
62on :
7- # Disabled - use docker-build-and-push.yml instead
8- workflow_dispatch :
3+ push :
4+ branches :
5+ # all branches, docker image is only pushed on main
6+ - " *"
7+ tags :
8+ - ' v[0-9]+.[0-9]+.[0-9]+*'
9+ pull_request :
910
1011env :
1112 SERVICE_ACCOUNT : github@randamu-prod.iam.gserviceaccount.com
Original file line number Diff line number Diff line change 6060 working-directory : ./blocklock-solidity
6161 run : npm ci
6262
63- - name : blocklock-solidity - Build Solidity contracts-core
63+ - name : blocklock-solidity - Build Solidity contracts
6464 working-directory : ./blocklock-solidity
6565 run : npm run build:forge
6666
6969 working-directory : ./randomness-solidity
7070 run : npm ci
7171
72- - name : randomness-solidity - Build Solidity contracts-core
72+ - name : randomness-solidity - Build Solidity contracts
7373 working-directory : ./randomness-solidity
7474 run : npm run build:forge
7575
7979 env :
8080 POLYGON_RPC_URL : ${{ secrets.POLYGON_RPC_URL }}
8181 with :
82- working-directory : ./crates
82+ working-directory : .
8383 extra-cache-key : ' dcipher'
You can’t perform that action at this time.
0 commit comments