Commit 74037fe
committed
fix(build): lowercase app-id for podman image tag names
podman rejects repository names with uppercase letters. App-ids like
io.github.DenysMb.Kontainer contain uppercase, causing 'repository name
must be lowercase' (exit 125) in the chunkah split step.
Derive APP_LOWER=${APP,,} and use it for all localhost image tags while
keeping APP (original case) for filesystem paths and OCI artifact names.
Assisted-by: Claude Sonnet 4.6 via OpenCode1 parent 57e1e6c commit 74037fe
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
484 | | - | |
485 | | - | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
486 | 488 | | |
487 | 489 | | |
488 | 490 | | |
| |||
0 commit comments