Skip to content

Commit

Permalink
Merge pull request blockscout#6793 from blockscout/vb-fix-sig-provide…
Browse files Browse the repository at this point in the history
…r-default-image

Change sig-provider default image tag to main
  • Loading branch information
vbaranov authored Jan 30, 2023
2 parents 104141c + 9ed729f commit cfc1fa4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

### Fixes

- [#6793](https://github.com/blockscout/blockscout/pull/6793) - Change sig-provider default image tag to main
- [#6777](https://github.com/blockscout/blockscout/pull/6777) - Fix -1 transaction counter
- [#6746](https://github.com/blockscout/blockscout/pull/6746) - Fix -1 address counter
- [#6736](https://github.com/blockscout/blockscout/pull/6736) - Fix `/tokens` in old UI
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-no-build-erigon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:

sig-provider:
platform: linux/x86_64
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-latest}
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-main}
pull_policy: always
restart: always
container_name: 'sig-provider'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-no-build-ganache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:

sig-provider:
platform: linux/x86_64
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-latest}
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-main}
pull_policy: always
restart: always
container_name: 'sig-provider'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-no-build-geth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:

sig-provider:
platform: linux/x86_64
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-latest}
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-main}
pull_policy: always
restart: always
container_name: 'sig-provider'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-no-build-hardhat-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:

sig-provider:
platform: linux/x86_64
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-latest}
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-main}
pull_policy: always
restart: always
container_name: 'sig-provider'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-no-build-nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:

sig-provider:
platform: linux/x86_64
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-latest}
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-main}
pull_policy: always
restart: always
container_name: 'sig-provider'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-no-build-no-db-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:

sig-provider:
platform: linux/x86_64
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-latest}
image: ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-main}
pull_policy: always
restart: always
container_name: 'sig-provider'
Expand Down

0 comments on commit cfc1fa4

Please sign in to comment.