From 5a881945567e74c1f8e68d8edcc79f77fcb04b6c Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 21 May 2020 12:54:11 +0100 Subject: [PATCH] Update images-push.sh --- docker/hub/images-push.sh | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docker/hub/images-push.sh b/docker/hub/images-push.sh index 4ae0ba278..30cd95fc1 100755 --- a/docker/hub/images-push.sh +++ b/docker/hub/images-push.sh @@ -1,8 +1,13 @@ #!/bin/bash -cd $(git rev-parse --show-toplevel) - -COMPONENTS=$(ls docker/hub/Dockerfile.* | cut -d "." -f2) -for NAME in $COMPONENTS; do - docker push matrixdotorg/dendrite:$NAME -done \ No newline at end of file +docker build matrixdotorg/dendrite:clientapi +docker build matrixdotorg/dendrite:clientproxy +docker build matrixdotorg/dendrite:eduserver +docker build matrixdotorg/dendrite:federationapi +docker build matrixdotorg/dendrite:federationsender +docker build matrixdotorg/dendrite:federationproxy +docker build matrixdotorg/dendrite:keyserver +docker build matrixdotorg/dendrite:mediaapi +docker build matrixdotorg/dendrite:publicroomsapi +docker build matrixdotorg/dendrite:roomserver +docker build matrixdotorg/dendrite:syncapi