We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26aa4ae commit 561b6cfCopy full SHA for 561b6cf
1 file changed
.github/workflows/build-scan-push.yml
@@ -129,8 +129,8 @@ jobs:
129
push: ${{ github.event_name != 'pull_request' }}
130
tags: ${{ steps.meta.outputs.tags }}
131
labels: ${{ steps.meta.outputs.labels }}
132
- cache-from: type=gha,scope=buildx-${{ github.workflow }}
133
- cache-to: type=gha,mode=max,scope=buildx-${{ github.workflow }}
+ cache-from: type=gha,scope=buildx-${{ github.job }}
+ cache-to: type=gha,mode=max,scope=buildx-${{ github.job }}
134
provenance: true
135
sbom: true
136
build-args: |
0 commit comments