matrix-org.dendrite/build/docker/images-push.sh

8 lines
118 B
Bash
Executable File

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