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