mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-16 14:50:52 +01:00
24d8df664c
* Fix #897 and shuffle directory around * Update find-lint * goimports Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
13 lines
519 B
Bash
Executable file
13 lines
519 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker push matrixdotorg/dendrite:clientapi
|
|
docker push matrixdotorg/dendrite:clientproxy
|
|
docker push matrixdotorg/dendrite:eduserver
|
|
docker push matrixdotorg/dendrite:federationapi
|
|
docker push matrixdotorg/dendrite:federationsender
|
|
docker push matrixdotorg/dendrite:federationproxy
|
|
docker push matrixdotorg/dendrite:keyserver
|
|
docker push matrixdotorg/dendrite:mediaapi
|
|
docker push matrixdotorg/dendrite:publicroomsapi
|
|
docker push matrixdotorg/dendrite:roomserver
|
|
docker push matrixdotorg/dendrite:syncapi
|