Skip to content

Commit 7643588

Browse files
authored
Merge pull request #81 from docker/fix-cache-sign-config
fix cache signing config
2 parents 5876e8d + 60678a1 commit 7643588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
timestampThreshold = 1
391391
tlogThreshold = ${{ needs.prepare.outputs.privateRepo == 'true' && '0' || '1' }}
392392
subjectAlternativeName = "https://github.com/docker/github-builder-experimental/.github/workflows/bake.yml*"
393-
githubWorkflowRepository = "docker/github-builder-experimental"
393+
githubWorkflowRepository = "${{ github.repository }}"
394394
issuer = "https://token.actions.githubusercontent.com"
395395
runnerEnvironment = "github-hosted"
396396
sourceRepositoryURI = "${{ github.server_url }}/${{ github.repository }}"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
timestampThreshold = 1
351351
tlogThreshold = ${{ needs.prepare.outputs.privateRepo == 'true' && '0' || '1' }}
352352
subjectAlternativeName = "https://github.com/docker/github-builder-experimental/.github/workflows/build.yml*"
353-
githubWorkflowRepository = "docker/github-builder-experimental"
353+
githubWorkflowRepository = "${{ github.repository }}"
354354
issuer = "https://token.actions.githubusercontent.com"
355355
runnerEnvironment = "github-hosted"
356356
sourceRepositoryURI = "${{ github.server_url }}/${{ github.repository }}"

0 commit comments

Comments
 (0)