dendrite/build/docker/images-push.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

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}