We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd1bd95 + a37c6bc commit abad362Copy full SHA for abad362
.github/workflows/build.yml
@@ -85,8 +85,8 @@ jobs:
85
push: ${{ github.event_name != 'pull_request' }}
86
tags: ${{ steps.meta.outputs.tags }}
87
labels: ${{ steps.meta.outputs.labels }}
88
- cache-from: type=gha,scope=build-v2
89
- cache-to: type=gha,mode=max,scope=build-v2
+ cache-from: type=gha,scope=build-v3
+ cache-to: type=gha,mode=max,scope=build-v3
90
provenance: false
91
sbom: false
92
0 commit comments