Update images-push.sh

This commit is contained in:
Neil Alexander 2020-05-21 12:54:11 +01:00
parent 164489c8b4
commit 5a88194556

View file

@ -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
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