Set latest tag when publishing a docker release. (#3650)
Fixes https://github.com/element-hq/element-call/issues/3647
This commit is contained in:
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@@ -61,6 +61,7 @@ jobs:
|
|||||||
docker_tags: |
|
docker_tags: |
|
||||||
type=sha,format=short,event=branch
|
type=sha,format=short,event=branch
|
||||||
type=raw,value=${{ github.event.release.tag_name }}
|
type=raw,value=${{ github.event.release.tag_name }}
|
||||||
|
type=raw,value=latest
|
||||||
# Like before, using ${{ env.VERSION }} above doesn't work
|
# Like before, using ${{ env.VERSION }} above doesn't work
|
||||||
add_docker_release_note:
|
add_docker_release_note:
|
||||||
needs: publish_docker
|
needs: publish_docker
|
||||||
|
|||||||
Reference in New Issue
Block a user