@@ -341,8 +341,8 @@ jobs:
341341 kayobe overcloud deployment image build --force-rebuild \
342342 -e os_distribution="rocky" \
343343 -e os_release="10" \
344- -e ipa_ci_builder_distribution="centos " \
345- -e ipa_ci_builder_release="10-stream "
344+ -e ipa_ci_builder_distribution="rocky " \
345+ -e ipa_ci_builder_release="10"
346346 env :
347347 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD_CI_BUILDER }}
348348 if : inputs.centos_stream_10
@@ -366,8 +366,8 @@ jobs:
366366 -e artifact_path=/opt/kayobe/images/ipa \
367367 -e artifact_type=ipa-images \
368368 -e artifact_tag=${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
369- -e os_distribution="centos " \
370- -e os_release="10-stream " \
369+ -e os_distribution="rocky " \
370+ -e os_release="10" \
371371 -e file_regex='*.kernel'
372372 env :
373373 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD_CI_BUILDER }}
@@ -382,8 +382,8 @@ jobs:
382382 -e artifact_path=/opt/kayobe/images/ipa \
383383 -e artifact_type=ipa-images \
384384 -e artifact_tag=${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
385- -e os_distribution="centos " \
386- -e os_release="10-stream " \
385+ -e os_distribution="rocky " \
386+ -e os_release="10" \
387387 -e file_regex='*.initramfs'
388388 env :
389389 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD_CI_BUILDER }}
0 commit comments