Skip to content

Commit ee43213

Browse files
committed
Add platform to inputs
1 parent cf0dc37 commit ee43213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ jobs:
419419
uses: ./.github/workflows/openshift-certification.yml
420420
with:
421421
image: ${{ matrix.image }}
422+
platform: ${{ matrix.platform }}
422423
tag: ${{ inputs.release_version || '' }}
423424
dry_run: ${{ inputs.dry_run || false }}
424425
image_version: ${{ (matrix.image == 'ngf' && endsWith(needs.build-oss.outputs.image_version, '-ubi')) && needs.build-oss.outputs.image_version || (matrix.image == 'nginx' && endsWith(needs.build-oss.outputs.image_version, '-ubi')) && needs.build-oss.outputs.image_version || (matrix.image == 'operator' && needs.build-operator.outputs.image_version) }}

0 commit comments

Comments
 (0)