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:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
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=ref,event=branch
|
||||
flavor: |
|
||||
|
||||
Reference in New Issue
Block a user