Docker cache

via https://github.com/marketplace/actions/docker-cache
This commit is contained in:
Tilman Baumann 2023-05-05 17:08:38 +01:00
parent 52fa5a68c8
commit 7582fec500
1 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Docker Cache
uses: ScribeMD/docker-cache@0.3.3
with:
key: docker-${{ runner.os }}
- name: Use Node.js 17
uses: actions/setup-node@v3
with:
@ -21,8 +25,6 @@ jobs:
uses: ./.github/actions/export-dsn
with:
boards: left right
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Autoroute PCB
uses: ./.github/actions/autoroute
with: