Commit 7a4059e
committed
build-container: use PREBUILT_BASE_IMAGE verbatim
When PREBUILT_BASE_IMAGE is provided by the pipeline it already carries
its OS tag (e.g. ":alma8"), so appending ":${VESPA_BUILDOS_LABEL}"
produced an invalid double-tagged reference like "repo:alma8:alma8".
Use the value as-is instead.1 parent 854fad9 commit 7a4059e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments