Skip to content

Commit e89b7f7

Browse files
committed
Checkout first
1 parent d6314f9 commit e89b7f7

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/actions/prepare-build/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ runs:
4747
if: ${{ inputs.upstream-public-key != '' }}
4848
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
4949

50-
- name: Checkout
51-
if: ${{ inputs.upstream-public-key != '' }}
52-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53-
with:
54-
submodules: true
55-
5650
- name: Extract upstream
5751
if: ${{ inputs.upstream-public-key != '' }}
5852
id: extract

.github/workflows/build-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118
matrix: ${{ steps.set-matrix.outputs.matrix }}
119119
tag: ${{ steps.set-matrix.outputs.WORKING_TAG }}
120120
steps:
121+
- name: Checkout
122+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
123+
121124
- uses: ./.github/actions/prepare-build
122125
id: set-matrix
123126
with:

0 commit comments

Comments
 (0)