We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d856bc commit 3528f56Copy full SHA for 3528f56
1 file changed
.github/workflows/build.yml
@@ -36,8 +36,8 @@ jobs: {
36
"file": "./${{ matrix.version }}/${{ matrix.architecture }}/Dockerfile",
37
"tags": "release-${{ github.ref_name }}:${{ matrix.version }}-${{ matrix.architecture }}",
38
"load": true,
39
- "cache-from": "type=gha,scope=deplibs-${{ matrix.architecture }}",
40
- "cache-to": "type=gha,mode=max,scope=deplibs-${{ matrix.architecture }}",
+ "cache-from": "type=gha,scope=deplibs-${{ matrix.architecture }}-${{ matrix.version }}",
+ "cache-to": "type=gha,mode=max,scope=deplibs-${{ matrix.architecture }}-${{ matrix.version }}",
41
},
42
43
{
0 commit comments