Commit 6596973
committed
CI: remove GHA cache from test job to fix buildx failure
The build job fails with "buildx failed with: </body></html>" because
both the test job and the reusable workflow write cache-to:type=gha,mode=max
for the same Docker context. This doubles cache pressure on GitHub's cache
API, which returns HTML error pages when hitting size/rate limits (known
issue docker/buildx#841). The reusable workflow already handles caching,
so the test job doesn't need its own cache directives.
https://claude.ai/code/session_01WY1ytdnf8Hrx3p7fnmZCUr1 parent 951539a commit 6596973
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
| |||
0 commit comments