Commit 5b26abc
committed
fix: add Docker image mapping for DEB builds in full-build workflow
The build-deb job was passing the distribution name (e.g., "ubuntu-24.04")
directly to build_deb.sh instead of the Docker image name (e.g., "ubuntu:24.04").
This caused Docker to fail with "repository does not exist" error.
Added case statement to map distribution names to Docker image names,
matching the approach already used in release.yml workflow.
Fixes DEB package builds in full-build workflow.1 parent b590161 commit 5b26abc
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
510 | 519 | | |
511 | 520 | | |
512 | 521 | | |
| |||
516 | 525 | | |
517 | 526 | | |
518 | 527 | | |
519 | | - | |
| 528 | + | |
520 | 529 | | |
521 | | - | |
| 530 | + | |
522 | 531 | | |
523 | 532 | | |
524 | 533 | | |
| |||
0 commit comments