2022-09-27 09:42:08 +01:00
|
|
|
#!/usr/bin/env bash
|
2020-05-21 13:02:28 +01:00
|
|
|
|
2020-10-20 11:34:22 +01:00
|
|
|
TAG=${1:-latest}
|
2020-06-05 19:00:30 +01:00
|
|
|
|
2020-10-20 11:34:22 +01:00
|
|
|
echo "Pushing tag '${TAG}'"
|
|
|
|
|
|
|
|
docker push matrixdotorg/dendrite-monolith:${TAG}
|
2020-10-20 16:11:24 +01:00
|
|
|
docker push matrixdotorg/dendrite-polylith:${TAG}
|