diff options
author | Henry <97804910+henryclw@users.noreply.github.com> | 2022-05-05 05:36:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 12:36:42 +0000 |
commit | b8fa24b022df366495147b5ddce73c06ec9cbc3a (patch) | |
tree | 646a5a02285144e353615616f97ed0f07102cfca /changelog.d | |
parent | Use `private` instead of `hidden` in MSC2285 related code. (#12635) (diff) | |
download | synapse-b8fa24b022df366495147b5ddce73c06ec9cbc3a.tar.xz |
Use `docker/metadata-action` to generate docker image tags (#12573)
Update the "Build docker images" GitHub Actions workflow to use `docker/metadata-action` to generate docker image tags, instead of a custom shell script. Signed-off-by: Henry <97804910+henryclw@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12573.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12573.docker b/changelog.d/12573.docker new file mode 100644 index 0000000000..5cc8de50ac --- /dev/null +++ b/changelog.d/12573.docker @@ -0,0 +1 @@ +Update the "Build docker images" GitHub Actions workflow to use `docker/metadata-action` to generate docker image tags, instead of a custom shell script. Contributed by henryclw. \ No newline at end of file |