|
|
@ -6,8 +6,6 @@ on: |
|
|
|
number: |
|
|
|
number: |
|
|
|
type: number |
|
|
|
type: number |
|
|
|
required: true |
|
|
|
required: true |
|
|
|
release: |
|
|
|
|
|
|
|
types: [published] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
env: |
|
|
|
env: |
|
|
|
OTP_VERSION: '25.2.1' |
|
|
|
OTP_VERSION: '25.2.1' |
|
|
@ -46,7 +44,7 @@ jobs: |
|
|
|
push: true |
|
|
|
push: true |
|
|
|
cache-from: type=registry,ref=blockscout/blockscout:buildcache |
|
|
|
cache-from: type=registry,ref=blockscout/blockscout:buildcache |
|
|
|
cache-to: type=registry,ref=blockscout/blockscout:buildcache,mode=max |
|
|
|
cache-to: type=registry,ref=blockscout/blockscout:buildcache,mode=max |
|
|
|
tags: blockscout/blockscout:latest, blockscout/blockscout:${{ env.RELEASE_VERSION }}-alpha${{ inputs.number }} |
|
|
|
tags: blockscout/blockscout:latest, blockscout/blockscout:${{ env.RELEASE_VERSION }}-alpha.${{ inputs.number }} |
|
|
|
platforms: | |
|
|
|
platforms: | |
|
|
|
linux/amd64 |
|
|
|
linux/amd64 |
|
|
|
linux/arm64/v8 |
|
|
|
linux/arm64/v8 |
|
|
|