diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-11-19 10:56:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 10:56:59 +0000 |
commit | e2e9bea1ce61e7765fcb1df8b489b0fe14bef42e (patch) | |
tree | 84bb3628f69d359f10a497ca4f4078117f46b595 /changelog.d/11380.misc | |
parent | Fix verification of objects signed with old local keys (#11379) (diff) | |
download | synapse-e2e9bea1ce61e7765fcb1df8b489b0fe14bef42e.tar.xz |
Publish a `develop` docker image (#11380)
I'd find it helpful to have a docker image corresponding to current develop, without having to build my own.
Diffstat (limited to '')
-rw-r--r-- | changelog.d/11380.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11380.misc b/changelog.d/11380.misc new file mode 100644 index 0000000000..703e80d14f --- /dev/null +++ b/changelog.d/11380.misc @@ -0,0 +1 @@ +Publish a `develop` image to dockerhub. |