Fix release announcements docker link (#16808)

We still publish to the old place.
This commit is contained in:
Erik Johnston 2024-01-17 13:39:54 +00:00 committed by GitHub
parent 7d57c2cb2b
commit 90607bf5ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
changelog.d/16808.misc Normal file
View file

@ -0,0 +1 @@
Fix release announcements docker link.

View file

@ -659,7 +659,7 @@ def _announce() -> None:
Hi everyone. Synapse {current_version} has just been released.
[notes](https://github.com/element-hq/synapse/releases/tag/{tag_name}) | \
[docker](https://hub.docker.com/r/vectorim/synapse/tags?name={tag_name}) | \
[docker](https://hub.docker.com/r/matrixdotorg/synapse/tags?name={tag_name}) | \
[debs](https://packages.matrix.org/debian/) | \
[pypi](https://pypi.org/project/matrix-synapse/{current_version}/)"""
)