Add docker cache
This commit is contained in:
parent
1f958f1fa9
commit
b333617a9b
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -11,7 +11,12 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
- uses: satackey/action-docker-layer-caching@v0.0.8
|
||||
continue-on-error: true
|
||||
with:
|
||||
key: docker-cache-${{ hashFiles('docker/**') }}
|
||||
|
||||
- name: Build docker image
|
||||
uses: ./.github/actions/docker
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user