mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-24 07:13:09 -06:00
8 lines
159 B
Bash
Executable file
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} |