We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79646b3 commit 18da96aCopy full SHA for 18da96a
1 file changed
.github/workflows/build.yml
@@ -197,7 +197,10 @@ jobs:
197
id: docker-images-cache
198
with:
199
path: /tmp/docker-images
200
- key: docker-images-additional
+ key: ${{ runner.os }}-images-additional-${{ github.ref }}-${{ github.sha }}
201
+ restore-keys: |
202
+ ${{ runner.os }}-images-additional-${{ github.ref }}-
203
+ ${{ runner.os }}-images-additional-
204
- name: Load or pull Docker images
205
run: |
206
mkdir -p /tmp/docker-images
0 commit comments