Set latest tag when publishing a docker release.

Fixes https://github.com/element-hq/element-call/issues/3647
This commit is contained in:
Will Hunt
2026-01-05 09:45:13 +00:00
committed by GitHub
parent fef4db69d8
commit 1076dbc626

View File

@@ -61,6 +61,7 @@ jobs:
docker_tags: |
type=sha,format=short,event=branch
type=raw,value=${{ github.event.release.tag_name }}
type=raw,value=latest
# Like before, using ${{ env.VERSION }} above doesn't work
add_docker_release_note:
needs: publish_docker