Skip to content

Commit 6596973

Browse files
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_01WY1ytdnf8Hrx3p7fnmZCUr
1 parent 951539a commit 6596973

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010

1111
permissions:
1212
contents: read
13-
actions: write
1413

1514
jobs:
1615
test:
@@ -31,8 +30,6 @@ jobs:
3130
push: false
3231
tags: dockette/coder:fx-test
3332
platforms: linux/amd64
34-
cache-from: type=gha
35-
cache-to: type=gha,mode=max
3633
load: true
3734

3835
- name: Smoke test image

0 commit comments

Comments
 (0)