Commit 734edd4
committed
fix(infra): Correct variable name in trial builds
The variable `BASE_IMAGES` was renamed to `BASE_IMAGE_DEFS` in the
`base_images` module, but this change was not propagated to the trial
build script, causing an `AttributeError`.
This commit updates `build_and_push_test_images.py` to use the correct
`BASE_IMAGE_DEFS` variable, resolving the error and allowing trial
builds to run successfully.1 parent e4bb26b commit 734edd4
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
222 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| |||
0 commit comments