Use gha cache

This commit is contained in:
2022-09-10 03:00:42 +02:00
parent 568e47cd50
commit 870c48c070
3 changed files with 5 additions and 11 deletions

View File

@@ -11,15 +11,6 @@ jobs:
-
name: checkout code
uses: actions/checkout@v3
-
name: Cache Docker layers
uses: actions/cache@v3
id: cache
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2