forked from blockscout/blockscout
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workflow for Shibarium (blockscout#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 <[email protected]> Co-authored-by: Nick Zenchik <[email protected]>
- Loading branch information
1 parent
6d53e60
commit 176c3d8
Showing
3 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,27 @@ jobs: | |
BLOCKSCOUT_VERSION=v${{ env.RELEASE_VERSION }}-beta | ||
RELEASE_VERSION=${{ env.RELEASE_VERSION }} | ||
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 | ||
id: slack | ||
uses: slackapi/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters