Skip to content

Commit ad32ff8

Browse files
committed
Use mode=max
1 parent 6b85771 commit ad32ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
push: ${{ github.event_name != 'pull_request' }}
191191
cache-from: type=gha
192192
cache-to: type=gha,mode=max
193-
provenance: ${{ github.event_name != 'pull_request' }}
193+
provenance: ${{ github.event_name != 'pull_request' && 'mode=max' || 'false' }}
194194
sbom: ${{ github.event_name != 'pull_request' }}
195195

196196
- name: Scan image

0 commit comments

Comments
 (0)