We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e276a3 commit 85a92b9Copy full SHA for 85a92b9
.github/workflows/run-tests.yml
@@ -8,6 +8,11 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
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' }}
16
- uses: juarezr/[email protected]
17
with:
18
version: '5.0.2'
0 commit comments