Skip to content

Commit c4f04e4

Browse files
committed
fix: run checkout before reference local action
Signed-off-by: Yukai Huang <[email protected]>
1 parent 656b688 commit c4f04e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push-image.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
build-amd64:
2222
runs-on: ubuntu-latest
2323
steps:
24+
- uses: actions/checkout@v4
2425
-
2526
name: Set Platform Variable
2627
run: echo "PLATFORM_PAIR=linux-amd64" >> $GITHUB_ENV
@@ -33,6 +34,7 @@ jobs:
3334
build-arm64:
3435
runs-on: macos-latest
3536
steps:
37+
- uses: actions/checkout@v4
3638
-
3739
name: Set Platform Variable
3840
run: echo "PLATFORM_PAIR=linux-arm64" >> $GITHUB_ENV

0 commit comments

Comments
 (0)