Commit d00cdea
committed
CI: inline build job and use mode=min GHA cache
The reusable workflow from dockette/.github hardcodes
cache-to:type=gha,mode=max which fails for large images like coder
(docker/buildx#841). The GHA cache API returns HTML error pages when
hitting size/rate limits, causing "buildx failed with: </body></html>".
Inline the build steps so we can control cache settings. Use the
default mode=min which only caches final layers, avoiding the issue.
https://claude.ai/code/session_01WY1ytdnf8Hrx3p7fnmZCUr1 parent 6596973 commit d00cdea
1 file changed
+27
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments