diff options
author | Martin Honermeyer <maze@strahlungsfrei.de> | 2020-06-23 10:51:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 09:51:38 +0100 |
commit | a1352cbd9ed156da546ac67ae5194b30f607fed6 (patch) | |
tree | 0a876a1033fd95593578099265cf28be1a595bf9 /build | |
parent | 61e0482fef7aa34c0261e41fd90aa5c5e4890bfc (diff) |
Push serverkeyapi docker image to registry as well (#1154)
Signed-off-by: Martin Honermeyer <maze@strahlungsfrei.de>
Diffstat (limited to 'build')
-rwxr-xr-x | build/docker/images-push.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/docker/images-push.sh b/build/docker/images-push.sh index d8f8758a..1ac60b92 100755 --- a/build/docker/images-push.sh +++ b/build/docker/images-push.sh @@ -14,4 +14,5 @@ docker push matrixdotorg/dendrite:mediaapi docker push matrixdotorg/dendrite:publicroomsapi docker push matrixdotorg/dendrite:roomserver docker push matrixdotorg/dendrite:syncapi +docker push matrixdotorg/dendrite:serverkeyapi docker push matrixdotorg/dendrite:userapi |