Skip to content

Commit 448d2c3

Browse files
committed
cache: remove sourceRepositoryRef policy
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent a019f2d commit 448d2c3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/bake.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ jobs:
394394
issuer = "https://token.actions.githubusercontent.com"
395395
runnerEnvironment = "github-hosted"
396396
sourceRepositoryURI = "${{ github.server_url }}/${{ github.repository }}"
397-
sourceRepositoryRef = "${{ github.event_name != 'pull_request' && github.ref || '' }}"
398397
-
399398
name: Install Cosign
400399
if: ${{ needs.prepare.outputs.sign == 'true' || inputs.cache }}

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ jobs:
354354
issuer = "https://token.actions.githubusercontent.com"
355355
runnerEnvironment = "github-hosted"
356356
sourceRepositoryURI = "${{ github.server_url }}/${{ github.repository }}"
357-
sourceRepositoryRef = "${{ github.event_name != 'pull_request' && github.ref || '' }}"
358357
-
359358
name: Install Cosign
360359
if: ${{ needs.prepare.outputs.sign == 'true' || inputs.cache }}

0 commit comments

Comments
 (0)