fix: workflow tagging for releases
This commit is contained in:
parent
ddbffee4ae
commit
9c4b506805
2 changed files with 4 additions and 0 deletions
|
|
@ -133,6 +133,8 @@ jobs:
|
|||
uses: https://github.com/docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
flavor: |
|
||||
latest=false
|
||||
tags: |
|
||||
type=semver,pattern={{version}}-semantic
|
||||
type=semver,pattern={{major}}.{{minor}}-semantic
|
||||
|
|
|
|||
|
|
@ -123,6 +123,8 @@ jobs:
|
|||
uses: https://github.com/docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
flavor: |
|
||||
latest=false
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue