Merge pull request #103 from acooler15/disable-flavor-latest-for-metadata
ci(github workflows): disable auto latest tag for release docker images
This commit is contained in:
@@ -258,6 +258,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
|
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
|
||||||
|
flavor: |
|
||||||
|
latest=false
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}}${{ matrix.tag_suffix }}
|
type=semver,pattern={{version}}${{ matrix.tag_suffix }}
|
||||||
type=raw,value=latest${{ matrix.tag_suffix }}
|
type=raw,value=latest${{ matrix.tag_suffix }}
|
||||||
|
|||||||
Reference in New Issue
Block a user