Set latest tag when publishing a docker release. (#3650)

Fixes https://github.com/element-hq/element-call/issues/3647
This commit is contained in:
Will Hunt
2026-01-05 12:41:26 +00:00
committed by GitHub
parent 749ba103a7
commit f260a20728

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