Skip to content

Commit 85a92b9

Browse files
committed
Cache Docker image
1 parent 9e276a3 commit 85a92b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Cache Docker images
12+
uses: ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e
13+
with:
14+
key: docker-${{ runner.os }}-${{ hashFiles('.github/workflows/**') }}
15+
read-only: ${{ github.ref != 'refs/heads/Branch_6_0' }}
1116
- uses: juarezr/[email protected]
1217
with:
1318
version: '5.0.2'

0 commit comments

Comments
 (0)