Skip to content

Commit

Permalink
Merge pull request #125 from Flipper-Zero/docker-cache
Browse files Browse the repository at this point in the history
Add docker cache
  • Loading branch information
Disasm authored Sep 17, 2020
2 parents 1f958f1 + b333617 commit 2d66f55
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2


- uses: satackey/[email protected]
continue-on-error: true
with:
key: docker-cache-${{ hashFiles('docker/**') }}

- name: Build docker image
uses: ./.github/actions/docker

Expand Down

0 comments on commit 2d66f55

Please sign in to comment.