From 20e86b8074a91ce877b118d31049e48bddaf7b5b Mon Sep 17 00:00:00 2001 From: Pierre Bastianelli Date: Tue, 30 Jan 2024 10:32:52 -0800 Subject: [PATCH] chore: trying local cache --- .github/workflows/build-and-test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index b485565c..af331e96 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -35,7 +35,7 @@ jobs: - name: Cache Docker layers uses: actions/cache@v4 with: - path: /tmp/.buildx-cache + path: buildx-cache key: ${{ runner.os }}-buildx-client-${{ github.sha }} restore-keys: | ${{ runner.os }}-buildx-client @@ -48,5 +48,4 @@ jobs: file: client/Dockerfile tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha \ No newline at end of file + \ No newline at end of file