From 8858e4003a5e684bbea57d31bea7748e7c8c96e5 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 11 Apr 2025 17:08:08 +0100 Subject: [PATCH] Explicitly set docker image version for releases Otherwise we end up with inconsistency across RCs and Releases. --- .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 8735f05d..ab7d1a72 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -60,7 +60,7 @@ jobs: artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }} docker_tags: | type=sha,format=short,event=branch - type=semver,pattern=v{{version}} + type=raw,pattern=${{ env.VERSION }} add_docker_release_note: needs: publish_docker name: Add docker release note