Enhance prerelease, release workflows

pull/8868/head
Viktor Baranov 1 year ago
parent f1ee56b2e0
commit 0dfda3a9c7
  1. 4
      .github/workflows/prerelease-main.yml
  2. 1
      .github/workflows/release-additional.yml
  3. 1
      .github/workflows/release-main.yml

@ -6,8 +6,6 @@ on:
number:
type: number
required: true
release:
types: [published]
env:
OTP_VERSION: '25.2.1'
@ -46,7 +44,7 @@ jobs:
push: true
cache-from: type=registry,ref=blockscout/blockscout:buildcache
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: |
linux/amd64
linux/arm64/v8

@ -6,7 +6,6 @@
name: Release additional
on:
workflow_dispatch:
release:
types: [published]

@ -6,7 +6,6 @@
name: Release main
on:
workflow_dispatch:
release:
types: [published]

Loading…
Cancel
Save