Commit 39e5dfd
docker-build: use --no-cache
* --no-cache is needed to actually call apt update instead of using it
from docker cache and then failing to fetch pruned packages as shown:
https://github.com/agherzan/meta-raspberrypi/actions/runs/16327036376/job/46119768952?pr=1491
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>1 parent 9e12ad9 commit 39e5dfd
File tree
2 files changed
+2
-2
lines changed- .github
- actions/docker-build
- workflows/docker-images
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
0 commit comments