Skip to content

Commit

Permalink
chore: trying local cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Jan 30, 2024
1 parent c757910 commit 20e86b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 20e86b8

Please sign in to comment.