1
0

complement hacks!!!

This commit is contained in:
Olivier Wilkinson (reivilibre)
2023-03-17 18:35:49 +00:00
parent 3d70cc393f
commit de402248a8
4 changed files with 64 additions and 21 deletions

View File

@@ -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::"