File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -375,8 +375,11 @@ jobs:
375375 timestampThreshold = 1
376376 tlogThreshold = ${{ matrix.privateRepo == 'true' && '0' || '1' }}
377377 subjectAlternativeName = "https://github.com/docker/github-builder-experimental/.github/workflows/bake.yml*"
378+ githubWorkflowRepository = "docker/github-builder-experimental"
378379 issuer = "https://token.actions.githubusercontent.com"
379380 runnerEnvironment = "github-hosted"
381+ sourceRepositoryURI = "${{ github.server_url }}/${{ github.repository }}"
382+ sourceRepositoryRef = "${{ github.event_name != 'pull_request' && github.ref || '' }}"
380383 -
381384 name : Install Cosign
382385 if : ${{ needs.prepare.outputs.sign == 'true' || inputs.cache }}
Original file line number Diff line number Diff line change @@ -336,8 +336,11 @@ jobs:
336336 timestampThreshold = 1
337337 tlogThreshold = ${{ matrix.privateRepo == 'true' && '0' || '1' }}
338338 subjectAlternativeName = "https://github.com/docker/github-builder-experimental/.github/workflows/build.yml*"
339+ githubWorkflowRepository = "docker/github-builder-experimental"
339340 issuer = "https://token.actions.githubusercontent.com"
340341 runnerEnvironment = "github-hosted"
342+ sourceRepositoryURI = "${{ github.server_url }}/${{ github.repository }}"
343+ sourceRepositoryRef = "${{ github.event_name != 'pull_request' && github.ref || '' }}"
341344 -
342345 name : Install Cosign
343346 if : ${{ needs.prepare.outputs.sign == 'true' || inputs.cache }}
You can’t perform that action at this time.
0 commit comments