diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-03-17 18:35:49 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-03-17 18:35:49 +0000 |
commit | de402248a8b4b72c9c1ed60b0f7a3aa29d821d6b (patch) | |
tree | 65235accb12a2477fcf88bdea6706b597b098506 /scripts-dev/complement.sh | |
parent | Load `/register/available` endpoint on workers (#15268) (diff) | |
download | synapse-de402248a8b4b72c9c1ed60b0f7a3aa29d821d6b.tar.xz |
complement hacks!!!
Diffstat (limited to '')
-rwxr-xr-x | scripts-dev/complement.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index 1b1761202f..e770336c12 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -180,7 +180,7 @@ if [ -z "$skip_docker_build" ]; then # Build the unified Complement image (from the worker Synapse image we just built). echo_if_github "::group::Build Docker image: complement/Dockerfile" - docker build -t complement-synapse \ + docker build -t synapse-pt10k \ -f "docker/complement/Dockerfile" "docker/complement" echo_if_github "::endgroup::" |