Skip to content

Commit 62de965

Browse files
authored
Merge pull request #87 from crazy-max/cache-skip-check-ref
cache: remove sourceRepositoryRef policy
2 parents a019f2d + 448d2c3 commit 62de965

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.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)