Skip to content

Commit

Permalink
fix: run checkout before reference local action
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Huang <[email protected]>
  • Loading branch information
Yukaii committed Oct 29, 2024
1 parent 656b688 commit c4f04e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
build-amd64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
-
name: Set Platform Variable
run: echo "PLATFORM_PAIR=linux-amd64" >> $GITHUB_ENV
Expand All @@ -33,6 +34,7 @@ jobs:
build-arm64:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
-
name: Set Platform Variable
run: echo "PLATFORM_PAIR=linux-arm64" >> $GITHUB_ENV
Expand Down

0 comments on commit c4f04e4

Please sign in to comment.