Explicitly set docker image version for releases

Otherwise we end up with inconsistency across RCs and Releases.
This commit is contained in:
Hugh Nimmo-Smith
2025-04-11 17:08:08 +01:00
parent 770b94eb44
commit 8858e4003a

View File

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