File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
body : >
52
52
This PR was created automatically to update the overcloud host image
53
53
tags to:
54
- Rocky 9: ${{ inputs.rocky9_tag }}'
54
+ Rocky 9: ${{ inputs.rocky9_tag }}
55
55
Ubuntu Noble: ${{ inputs.ubuntu_noble_tag }}
56
56
labels : |
57
57
automated
Original file line number Diff line number Diff line change @@ -397,11 +397,11 @@ jobs:
397
397
amphora-image-build.yml \
398
398
--repo stackhpc/stackhpc-kayobe-config \
399
399
--ref $BRANCH_NAME \
400
- -f rocky9_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
401
- -f ubuntu_noble_tag=${{ steps.host_image_tag.outputs.host_image_tag }}
400
+ $EXTRA_ARGS
402
401
env :
403
402
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
404
403
BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
404
+ EXTRA_ARGS : " ${{ inputs.rocky9 }} ? -f rocky9_tag=${{ steps.host_image_tag.outputs.host_image_tag }} : '' ${{ inputs.ubuntu-noble }} ? -f ubuntu_noble_tag=${{ steps.host_image_tag.outputs.host_image_tag}} : ''"
405
405
406
406
- name : Display link to update overcloud host image tags workflows
407
407
run : |
You can’t perform that action at this time.
0 commit comments