Skip to content

Commit 3afe9b7

Browse files
committed
Add caching
1 parent cac9931 commit 3afe9b7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/buildbarn.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
with:
4141
version: latest
4242

43+
- name: Cache Docker images.
44+
uses: ScribeMD/docker-cache@0.5.0
45+
with:
46+
key: docker-${{ runner.os }}-${{ hashFiles('.github/buildbarn/docker-compose.yml') }}
47+
4348
- name: Pre-pull images
4449
working-directory: .github/buildbarn
4550
run: docker compose pull

0 commit comments

Comments
 (0)