Skip to content

Commit 5a101d5

Browse files
committed
docker image build on main
1 parent 75e7272 commit 5a101d5

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/publish-evm-block-extractor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44
workflow_dispatch: {}
55

66
push:
7-
branches:
8-
- 'evm_block_extractor_daemon'
7+
branches: [main]
8+
tags:
9+
- 'v*'
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.ref }}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/evm-block-extractor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ The evm-block-extractor docker image is a debian slim based image that allows fo
7979
The docker image accepts the same configuration arguments of the plain executor.
8080
E.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

0 commit comments

Comments
 (0)