dendrite/build/docker/images-push.sh
2021-09-13 15:57:19 +10:00

8 lines
160 B
Bash
Executable file

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