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: 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

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

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

Loading…
Cancel
Save