Add docker cache

This commit is contained in:
LionZXY 2020-09-17 11:06:25 +03:00 committed by GitHub
parent 1f958f1fa9
commit b333617a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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