File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_dispatch : {}
55
66 push :
7- branches :
8- - ' evm_block_extractor_daemon'
7+ branches : [main]
8+ tags :
9+ - ' v*'
910
1011concurrency :
1112 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
1717
1818
1919 extractor :
20- image : ghcr.io/bitfinity-network/evm-block-extractor:latest
20+ image : ghcr.io/bitfinity-network/evm-block-extractor:main
2121 # image: "evm-block-extractor:latest"
2222 # build:
2323 # dockerfile: ./src/evm-block-extractor/Dockerfile
Original file line number Diff line number Diff line change @@ -79,6 +79,6 @@ The evm-block-extractor docker image is a debian slim based image that allows fo
7979The docker image accepts the same configuration arguments of the plain executor.
8080E.g.:
8181``` sh
82- docker run ghcr.io/bitfinity-network/evm-block-extractor:latest --rpc-url https://testnet.bitfinity.network --postgres --username postgres --password postgres --database-name postgres --database-url 127.0.0.1:5432
82+ docker run ghcr.io/bitfinity-network/evm-block-extractor:main --rpc-url https://testnet.bitfinity.network --postgres --username postgres --password postgres --database-name postgres --database-url 127.0.0.1:5432
8383```
8484
You can’t perform that action at this time.
0 commit comments