File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787 echo "host_image_tag=$(date +${{ steps.openstack_release.outputs.openstack_release }}-%Y%m%dT%H%M%S)" >> $GITHUB_OUTPUT
8888
8989 overcloud-host-image-build-rocky :
90- name : Build overcloud host images
91- if : github.repository == 'stackhpc/stackhpc-kayobe-config' && inputs.rocky9 == 'true'
90+ name : Build Rocky overcloud host images
91+ if : github.repository == 'stackhpc/stackhpc-kayobe-config' && ${{ inputs.rocky9 }} == 'true'
9292 environment : ${{ inputs.runner_env }}
9393 runs-on : ${{ needs.runner-selection.outputs.runner_name_image_build }}
9494 needs :
@@ -350,8 +350,8 @@ jobs:
350350 if : always()
351351
352352 overcloud-host-image-build-ubuntu :
353- name : Build overcloud host images
354- if : github.repository == 'stackhpc/stackhpc-kayobe-config' && inputs.ubuntu-noble == 'true'
353+ name : Build Ubuntu overcloud host images
354+ if : github.repository == 'stackhpc/stackhpc-kayobe-config' && ${{ inputs.ubuntu-noble }} == 'true'
355355 environment : ${{ inputs.runner_env }}
356356 runs-on : ${{ needs.runner-selection.outputs.runner_name_image_build }}
357357 needs :
You can’t perform that action at this time.
0 commit comments