diff --git a/.github/workflows/prerelease-main.yml b/.github/workflows/prerelease-main.yml index 369b1b1c2b..57890b3ffb 100644 --- a/.github/workflows/prerelease-main.yml +++ b/.github/workflows/prerelease-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 diff --git a/.github/workflows/release-additional.yml b/.github/workflows/release-additional.yml index 06617873ad..72c287e937 100644 --- a/.github/workflows/release-additional.yml +++ b/.github/workflows/release-additional.yml @@ -6,7 +6,6 @@ name: Release additional on: - workflow_dispatch: release: types: [published] diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index 2cb018aef6..60c840a7f7 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -6,7 +6,6 @@ name: Release main on: - workflow_dispatch: release: types: [published]