2020-05-21 07:02:28 -05:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-10-20 05:34:22 -05:00
|
|
|
TAG=${1:-latest}
|
2020-06-05 13:00:30 -05:00
|
|
|
|
2020-10-20 05:34:22 -05:00
|
|
|
echo "Pushing tag '${TAG}'"
|
|
|
|
|
|
|
|
docker push matrixdotorg/dendrite-monolith:${TAG}
|
2020-10-20 10:11:24 -05:00
|
|
|
docker push matrixdotorg/dendrite-polylith:${TAG}
|