mirror of
https://github.com/element-hq/dendrite.git
synced 2025-03-14 14:15:35 +00:00

This should significantly speedup building the pinecone and yggdrasil demos, as they now reuse the new `dendrite:buildcache`, which already builds all binaries.
7 lines
124 B
Bash
Executable file
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}
|