From 96f264db87cb211f69e2b7274937bf7845b36d01 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 11 Aug 2023 09:24:11 +0100 Subject: [PATCH] Put the 'v' back on the docker tag for release versions --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5d1bf6a9..b5cf8765 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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}}