dendrite/build/docker/images-push.sh
Dov Alperin 1e3e88aedc
Use /usr/bin/env bash in shebangs to make them universal
Signed-off-by: `Dov Alperin <git@dov.dev>`
2022-09-25 20:50:08 -04:00

8 lines
167 B
Bash
Executable file

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