1
0
mirror of https://github.com/element-hq/dendrite.git synced 2025-09-20 18:22:01 +03:00
Files
dendrite/build/docker/images-pull.sh
Till c56b2bfe33 Speedup building docker images in CI (#3467)
This should significantly speedup building the pinecone and yggdrasil
demos, as they now reuse the new `dendrite:buildcache`, which already
builds all binaries.
2024-12-18 11:23:41 +01:00

8 lines
124 B
Bash
Executable File

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