dendrite/build/docker/images-push.sh

8 lines
159 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}