Skip to content

Commit 0365ac2

Browse files
committed
Fix platform pari
1 parent a0ae0cc commit 0365ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set ENV variables
8585
run: |
8686
echo "IMAGE_NAME=${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}" >> $GITHUB_ENV
87-
platform=${{ matrix.platform }}
87+
platform=${{ matrix.arch.platform }}
8888
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
8989
9090
- name: Checkout repository

0 commit comments

Comments
 (0)