1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-14 21:54:28 -05: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}