Commit d758cb8
authored
### Rationale for this change
We need `--build-arg BUILDKIT_INLINE_CACHE=1` to embed cache information to built images. If we don't use this, `--cache-from` doesn't work.
### What changes are included in this PR?
Add missing `--build-arg BUILDKIT_INLINE_CACHE=1.
### Are these changes tested?
No. We need to push built images to test this but we push built images after this is merged.
### Are there any user-facing changes?
No.
* GitHub Issue: #47509
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 359a600 commit d758cb8
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments