mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Seems we need full versions for Docker metadata otherwise the final version labels is wrong
This commit is contained in:
parent
c667ec8c04
commit
5eea0a8b10
1 changed files with 7 additions and 0 deletions
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
|
@ -47,7 +47,14 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
type=ref,event=tag,prefix=
|
||||
type=sha,prefix=
|
||||
type=sha,prefix=,suffix=-${{ matrix.platform_suffix }}
|
||||
type=edge,branch=firehose-fh3.0
|
||||
type=edge,branch=release/*
|
||||
flavor: |
|
||||
latest=${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc') }}
|
||||
prefix=geth-,onlatest=true
|
||||
|
||||
- name: Extract version
|
||||
id: extract-version
|
||||
|
|
|
|||
Loading…
Reference in a new issue