use the correct version string from file

This commit is contained in:
Volker
2025-12-25 23:18:50 +01:00
parent 1d90fa9c57
commit d787e87bc1
+1 -1
View File
@@ -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: |