Update master tag with pre-release workflow

kf-arm-build-test2
Viktor Baranov 8 months ago
parent 97e7f6dd57
commit a86035aac7
  1. 2
      .github/workflows/prerelease.yml

@ -33,7 +33,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:master, blockscout/blockscout:latest, blockscout/blockscout:${{ env.RELEASE_VERSION }}-alpha.${{ inputs.number }}
platforms: |
linux/amd64
linux/arm64/v8

Loading…
Cancel
Save