We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8888ccd commit f587c26Copy full SHA for f587c26
.github/workflows/build.yml
@@ -25,10 +25,11 @@ jobs:
25
target: docker-all-webgl
26
steps:
27
- uses: actions/checkout@v3
28
- - name: Cache SCons files
+ - name: Cache Docker files
29
uses: actions/cache@v4
30
with:
31
path: $DOCKER_CACHE
32
+ key: ${{ matrix.platform }}
33
- name: Build
34
run: make -C Plugins ${{ matrix.target }} DOCKER_BUILD_ARGS="--cache-to type=local,dest=$DOCKER_CACHE --cache-from type=local,src=$DOCKER_CACHE"
35
- name: Upload artifact
0 commit comments