diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2022-11-28 12:51:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 12:51:40 +0000 |
commit | 2dad42a9fb83aa1296d186f908f36cfadae8d546 (patch) | |
tree | 86d9d7352809bfc2288b25e311df13900a87ae01 /changelog.d | |
parent | Bump serde_json from 1.0.88 to 1.0.89 (#14560) (diff) | |
download | synapse-2dad42a9fb83aa1296d186f908f36cfadae8d546.tar.xz |
Push complement image to a docker registry (#14509)
* GHA workflow to build complement images of key branches. * Add changelog.d * GHA workflow to build complement images of key branches. * Add changelog.d * Update complement.yml Remove special casing for michaelk branch. * Update complement.yml Should run on master, develop not main, develop * Rename file to be more obvious * Merge did not go correctly. * Setup 5am builds of develop, limit to one run at once. * Fix crontab---run once at 5AM, not very minute between 5 and 6 * Fix cron syntax again? * Tweak workflow name * Allow manual debug runs * Tweak indentation Ctrl-Alt-L in PyCharm Co-authored-by: David Robertson <david.m.robertson1@gmail.com> Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14509.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14509.docker b/changelog.d/14509.docker new file mode 100644 index 0000000000..ba8b02d0b6 --- /dev/null +++ b/changelog.d/14509.docker @@ -0,0 +1 @@ +Push complement-synapse docker images to ghcr.io repository. |