Commit c78ad97
authored
[ci/cueweb/rest_gateway] Add Docker build jobs for cueweb and rest_gateway (#2098)
**Link the Issue(s) this Pull Request is related to.**
- #2053
**Summarize your change.**
[ci/cueweb/rest_gateway] Add Docker build jobs for CueWeb and OpenCue
REST Gateway
Add CI/CD jobs to the testing pipeline to build Docker images for CueWeb
and OpenCue REST Gateway components. This ensures the Docker build
workflow is validated on every push and PR to master.
New jobs:
- build_cueweb: Builds the Next.js web interface Docker image
- build_rest_gateway: Builds the Go REST gateway Docker image
Also fixes CueWeb build by adding missing @radix-ui/react-tooltip
dependency to package.json.1 parent dcf346c commit c78ad97
File tree
3 files changed
+470
-1
lines changed- .github/workflows
- cueweb
3 files changed
+470
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
0 commit comments