Skip to content

Commit 3837d19

Browse files
committed
Use hash of docker-compose file in cache key
1 parent bf46cae commit 3837d19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: Cache Docker images.
219219
uses: ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # v0.5.0
220220
with:
221-
key: docker-${{ runner.os }} }}
221+
key: docker-${{ runner.os }}-${{ hashFiles('docker/docker-compose.yml') }}
222222

223223
- name: Load image from last step
224224
run: |

0 commit comments

Comments
 (0)