ci: Explicitly auto tag latest
This commit is contained in:
parent
7234ce6cbe
commit
a66b90cb3d
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ runs:
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
flavor: |
|
flavor: |
|
||||||
|
latest=auto
|
||||||
suffix=${{ inputs.tag_suffix }},onlatest=true
|
suffix=${{ inputs.tag_suffix }},onlatest=true
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}},prefix=v
|
type=semver,pattern={{version}},prefix=v
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue