From 7a0bf0d206736f6db08dceed255e699fee0e775b Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Sat, 12 Oct 2024 01:14:39 +0100 Subject: [PATCH] Enable Docker caching --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fb56c7..8732fc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,8 @@ jobs: build-args: | TARGET=${{ matrix.build_configuration.triple }} TARGET_CPU=${{ matrix.build_configuration.cpu }} - + cache-from: type=gha + cache-to: type=gha,mode=max - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: