Add docker cache
This commit is contained in:
parent
1f958f1fa9
commit
b333617a9b
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -12,6 +12,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
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
|
- name: Build docker image
|
||||||
uses: ./.github/actions/docker
|
uses: ./.github/actions/docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user