Skip to content

Commit 561b6cf

Browse files
committed
fixup! ci: fix build on GHA
1 parent 26aa4ae commit 561b6cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-scan-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ jobs:
129129
push: ${{ github.event_name != 'pull_request' }}
130130
tags: ${{ steps.meta.outputs.tags }}
131131
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 }}
132+
cache-from: type=gha,scope=buildx-${{ github.job }}
133+
cache-to: type=gha,mode=max,scope=buildx-${{ github.job }}
134134
provenance: true
135135
sbom: true
136136
build-args: |

0 commit comments

Comments
 (0)