Skip to content

Commit

Permalink
refactor: use correct name for extracted 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 001ee47 commit 656b688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "PLATFORM_PAIR=linux-amd64" >> $GITHUB_ENV
-
name: Execute Build Steps
uses: ./.github/workflows/build-steps.yml
uses: ./.github/actions/build-steps
with:
platform: linux/amd64

Expand All @@ -38,7 +38,7 @@ jobs:
run: echo "PLATFORM_PAIR=linux-arm64" >> $GITHUB_ENV
-
name: Execute Build Steps
uses: ./.github/workflows/build-steps.yml
uses: ./.github/actions/build-steps
with:
platform: linux/arm64

Expand Down

0 comments on commit 656b688

Please sign in to comment.