Commit ad5efb0
fix: use rechunk on main branch pushes (mirrors main build pattern)
rechunk is the mechanism that transfers the image from root (sudo) storage
to user-accessible storage before Load Image runs. Setting rechunk: false
broke Load Image with 'image not known'. Mirror the main build pattern:
rechunk on non-PR events, skip on PRs.
Also revert unnecessary sudo podman save|load workaround.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 98817fd commit ad5efb0
2 files changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | 214 | | |
220 | 215 | | |
221 | 216 | | |
| |||
0 commit comments