0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-09 07:59:02 +02:00
dendrite/build/docker/images-push.sh

8 lines
159 B
Bash
Raw Normal View History

#!/bin/bash
TAG=${1:-latest}
echo "Pushing tag '${TAG}'"
docker push matrixdotorg/dendrite-monolith:${TAG}
docker push matrixdotorg/dendrite-polylith:${TAG}