1 parent 42793cb commit a4ad939Copy full SHA for a4ad939
1 file changed
.github/workflows/docker.yml
@@ -71,8 +71,8 @@ jobs:
71
push: ${{ github.ref == 'refs/heads/master' }}
72
tags: dockette/coder:${{ matrix.image }}
73
platforms: linux/amd64
74
- cache-from: type=gha
75
- cache-to: type=gha
+ cache-from: type=gha,scope=${{ matrix.image }}
+ cache-to: type=gha,scope=${{ matrix.image }},mode=max
76
77
docs:
78
name: "Docs"
0 commit comments