Skip to content

Commit a4ad939

Browse files
committed
ci: scope buildx gha cache per image to fix cache export contention
1 parent 42793cb commit a4ad939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
push: ${{ github.ref == 'refs/heads/master' }}
7272
tags: dockette/coder:${{ matrix.image }}
7373
platforms: linux/amd64
74-
cache-from: type=gha
75-
cache-to: type=gha
74+
cache-from: type=gha,scope=${{ matrix.image }}
75+
cache-to: type=gha,scope=${{ matrix.image }},mode=max
7676

7777
docs:
7878
name: "Docs"

0 commit comments

Comments
 (0)