bake: remove empty build network for compose files

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-11-28 09:18:45 +01:00
parent 6e2a78fba9
commit f22d75d1d0
1 changed files with 0 additions and 4 deletions

View File

@ -172,23 +172,19 @@ represents a single build.
"result": {
"context": "result",
"dockerfile": "Dockerfile",
"network": ""
},
"seed": {
"context": "seed-data",
"dockerfile": "Dockerfile",
"network": ""
},
"vote": {
"context": "vote",
"dockerfile": "Dockerfile",
"target": "dev",
"network": ""
},
"worker": {
"context": "worker",
"dockerfile": "Dockerfile",
"network": ""
}
}
}