We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ae0cc commit 0365ac2Copy full SHA for 0365ac2
.github/workflows/ci-pipeline.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Set ENV variables
85
run: |
86
echo "IMAGE_NAME=${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}" >> $GITHUB_ENV
87
- platform=${{ matrix.platform }}
+ platform=${{ matrix.arch.platform }}
88
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
89
90
- name: Checkout repository
0 commit comments