Merge pull request #1343 from vector-im/dbkr/add_v_back

Put the 'v' back on the docker tag for release versions
This commit is contained in:
David Baker
2023-08-11 10:54:10 +01:00
committed by GitHub

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}}