Put the 'v' back on the docker tag for release versions

This commit is contained in:
David Baker
2023-08-11 09:24:11 +01:00
parent e51492b3c7
commit 96f264db87

View File

@@ -67,7 +67,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,format=short,event=branch
type=semver,pattern={{version}}
type=semver,pattern=v{{version}}
type=raw,value=latest-ci,enable={{is_default_branch}}
type=raw,value=latest-ci_${{steps.current-time.outputs.unix_time}},enable={{is_default_branch}}