Merge pull request #4 from voko/fix/missing-version-tag
Fix/missing version tag
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value={{version}},enable=${{ github.ref == 'refs/heads/main' }}
|
type=raw,value=${{ steps.version.outputs.TAG }},enable=${{ github.ref == 'refs/heads/main' }}
|
||||||
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
|
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
flavor: |
|
flavor: |
|
||||||
|
|||||||
Reference in New Issue
Block a user