Allow setting number of pre-release

pull/8868/head
Viktor Baranov 1 year ago
parent a864ad3c08
commit f1ee56b2e0
  1. 12
      .github/workflows/prerelease-main.yml

@ -1,11 +1,11 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Pre-release main
on:
workflow_dispatch:
inputs:
number:
type: number
required: true
release:
types: [published]
@ -46,7 +46,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
tags: blockscout/blockscout:latest, blockscout/blockscout:${{ env.RELEASE_VERSION }}-alpha${{ inputs.number }}
platforms: |
linux/amd64
linux/arm64/v8

Loading…
Cancel
Save