docker: simplify web image targets in Docker bake configuration
CI / changes (push) Successful in 8s
CI / openapi (push) Has been skipped
CI / go (push) Has been skipped
CI / docker-web (push) Successful in 1m20s
CI / docker-bird (push) Has been skipped
CI / bird2 (push) Successful in 15s
CI / docker-go (push) Successful in 7m50s

- Removed the "web-deps" and "web-build" targets from the web-images group to streamline the build process.
- Updated the configuration to focus on the primary targets "evobgp-web" and "evobgp-web-all".
This commit is contained in:
Denozordec
2026-05-19 14:13:40 +07:00
parent 5e59a1c334
commit 765a8052da
+2 -1
View File
@@ -67,8 +67,9 @@ group "go-images" {
] ]
} }
# web-deps / web-build — только зависимости (contexts), без tags; при --push в группе не указывать.
group "web-images" { group "web-images" {
targets = ["web-deps", "web-build", "evobgp-web", "evobgp-web-all"] targets = ["evobgp-web", "evobgp-web-all"]
} }
# --- Go: go mod download → все cmd/* → birdc (один раз) → runtime-образы --- # --- Go: go mod download → все cmd/* → birdc (один раз) → runtime-образы ---