Seems we need full versions for Docker metadata otherwise the final version labels is wrong

This commit is contained in:
Matthieu Vachon 2025-02-24 18:50:52 -05:00
parent c667ec8c04
commit 5eea0a8b10

View file

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