Add workflow for Shibarium (#9303)

* Add publish-docker-image-for-shibarium.yaml

* Release and prerelease for shibarium

* Update changelog

* Remove arm64 from prerelease.yml for Shibarium

---------

Co-authored-by: POA <33550681+poa@users.noreply.github.com>
Co-authored-by: Nick Zenchik <n.zenchik@gmail.com>
mf-add-traceblockbynumber-to-trace-methods
varasev 10 months ago committed by GitHub
parent 6d53e60283
commit 176c3d8358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 23
      .github/workflows/prerelease.yml
  2. 22
      .github/workflows/release.yml
  3. 2
      CHANGELOG.md

@ -63,3 +63,26 @@ jobs:
CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL= CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL=
BLOCKSCOUT_VERSION=v${{ env.RELEASE_VERSION }}-alpha BLOCKSCOUT_VERSION=v${{ env.RELEASE_VERSION }}-alpha
RELEASE_VERSION=${{ env.RELEASE_VERSION }} RELEASE_VERSION=${{ env.RELEASE_VERSION }}
- name: Build & Push Docker image for Shibarium
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile
push: true
cache-from: type=registry,ref=blockscout/blockscout-shibarium:buildcache
cache-to: type=registry,ref=blockscout/blockscout-shibarium:buildcache,mode=max
tags: blockscout/blockscout-shibarium:latest, blockscout/blockscout-shibarium:${{ env.RELEASE_VERSION }}-alpha.${{ inputs.number }}
platforms: |
linux/amd64
build-args: |
CACHE_EXCHANGE_RATES_PERIOD=
API_V1_READ_METHODS_DISABLED=false
DISABLE_WEBAPP=false
API_V1_WRITE_METHODS_DISABLED=false
CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED=
ADMIN_PANEL_ENABLED=false
CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL=
BLOCKSCOUT_VERSION=v${{ env.RELEASE_VERSION }}-beta.+commit.${{ env.SHORT_SHA }}
RELEASE_VERSION=${{ env.RELEASE_VERSION }}
CHAIN_TYPE=shibarium

@ -109,7 +109,27 @@ jobs:
BLOCKSCOUT_VERSION=v${{ env.RELEASE_VERSION }}-beta BLOCKSCOUT_VERSION=v${{ env.RELEASE_VERSION }}-beta
RELEASE_VERSION=${{ env.RELEASE_VERSION }} RELEASE_VERSION=${{ env.RELEASE_VERSION }}
CHAIN_TYPE=suave CHAIN_TYPE=suave
- name: Build and push Docker image for Shibarium
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile
push: true
tags: blockscout/blockscout-shibarium:latest, blockscout/blockscout-shibarium:${{ env.RELEASE_VERSION }}
platforms: |
linux/amd64
linux/arm64/v8
build-args: |
CACHE_EXCHANGE_RATES_PERIOD=
API_V1_READ_METHODS_DISABLED=false
DISABLE_WEBAPP=false
API_V1_WRITE_METHODS_DISABLED=false
CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED=
ADMIN_PANEL_ENABLED=false
CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL=
BLOCKSCOUT_VERSION=v${{ env.RELEASE_VERSION }}-beta.+commit.${{ env.SHORT_SHA }}
RELEASE_VERSION=${{ env.RELEASE_VERSION }}
CHAIN_TYPE=shibarium
- name: Send release announcement to Slack workflow - name: Send release announcement to Slack workflow
id: slack id: slack
uses: slackapi/slack-github-action@v1.24.0 uses: slackapi/slack-github-action@v1.24.0

@ -8,6 +8,8 @@
### Chore ### Chore
- [#9303](https://github.com/blockscout/blockscout/pull/9303) - Add workflow for Shibarium
<details> <details>
<summary>Dependencies version bumps</summary> <summary>Dependencies version bumps</summary>

Loading…
Cancel
Save