We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001ee47 commit 656b688Copy full SHA for 656b688
.github/workflows/build-steps.yml renamed to .github/actions/build-steps/action.yml
.github/workflows/push-image.yml
@@ -26,7 +26,7 @@ jobs:
26
run: echo "PLATFORM_PAIR=linux-amd64" >> $GITHUB_ENV
27
-
28
name: Execute Build Steps
29
- uses: ./.github/workflows/build-steps.yml
+ uses: ./.github/actions/build-steps
30
with:
31
platform: linux/amd64
32
@@ -38,7 +38,7 @@ jobs:
38
run: echo "PLATFORM_PAIR=linux-arm64" >> $GITHUB_ENV
39
40
41
42
43
platform: linux/arm64
44
0 commit comments