Skip to content

Commit 656b688

Browse files
committed
refactor: use correct name for extracted action
Signed-off-by: Yukai Huang <[email protected]>
1 parent 001ee47 commit 656b688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "PLATFORM_PAIR=linux-amd64" >> $GITHUB_ENV
2727
-
2828
name: Execute Build Steps
29-
uses: ./.github/workflows/build-steps.yml
29+
uses: ./.github/actions/build-steps
3030
with:
3131
platform: linux/amd64
3232

@@ -38,7 +38,7 @@ jobs:
3838
run: echo "PLATFORM_PAIR=linux-arm64" >> $GITHUB_ENV
3939
-
4040
name: Execute Build Steps
41-
uses: ./.github/workflows/build-steps.yml
41+
uses: ./.github/actions/build-steps
4242
with:
4343
platform: linux/arm64
4444

0 commit comments

Comments
 (0)