Commit cff6df5
committed
🐛 Fix duplicate build-args key in Build-Publish workflow
The 'Build and push' step declared 'build-args:' twice, which is
invalid YAML (duplicate mapping key) and fails the whole workflow with
'This run likely failed because of a workflow file issue'. As a result
no cortex images publish, which in turn breaks the operator E2E that
pulls ghcr.io/rossoctl/cortex/authbridge-*:latest.
Merge the two build-arg sources (static matrix build_args used by
authbridge-lite, and the dynamically resolved CPEX_FFI_* args used by
authbridge-cpex) into a single multiline build-args value. Only one
image sets each source, so concatenating them is safe.
Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>1 parent 48fb3c7 commit cff6df5
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
150 | 157 | | |
151 | 158 | | |
152 | 159 | | |
153 | 160 | | |
154 | | - | |
| |||
0 commit comments