dendrite/build/docker/images-push.sh
2024-12-18 10:32:07 +01:00

7 lines
124 B
Bash
Executable file

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