Merge pull request #4 from voko/fix/missing-version-tag

Fix/missing version tag
This commit is contained in:
Volker Kopetzky
2025-12-25 23:20:06 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: |
+1 -1
View File
@@ -1 +1 @@
1.0.2
1.0.3