Skip to content

Commit 2cf415f

Browse files
Merge pull request #557 from navapbc/mqwebster/dep-upgrades
fix: update cache-to mode
2 parents a6c4be3 + 7e31217 commit 2cf415f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
tags: ${{ steps.meta.outputs.tags }}
181181
labels: ${{ steps.meta.outputs.labels }}
182182
cache-from: type=gha
183-
cache-to: type=gha,mode=max
183+
cache-to: type=gha,mode=min
184184
provenance: true
185185
sbom: true
186186
build-args: |
@@ -315,7 +315,7 @@ jobs:
315315
tags: ${{ steps.meta.outputs.tags }}
316316
labels: ${{ steps.meta.outputs.labels }}
317317
cache-from: type=gha
318-
cache-to: type=gha,mode=max
318+
cache-to: type=gha,mode=min
319319
provenance: true
320320
sbom: true
321321
- name: Publish build results

0 commit comments

Comments
 (0)