mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
8 lines
160 B
Bash
Executable file
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} |