Skip to content

Commit

Permalink
Test cache options
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe authored Apr 21, 2024
1 parent 31974f1 commit 94288c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_vsyncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
with:
context: .github
file: ${{ matrix.container.path }}
cache-from: type=gha,scope=${{ matrix.container }}
cache-to: type=gha,mode=max,scope=${{ matrix.container }}
cache-from: type=gha
cache-to: type=gha,mode=max

push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 94288c2

Please sign in to comment.