Skip to content

Commit 0b65eba

Browse files
committed
extra args
1 parent 1b7bc5e commit 0b65eba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/amphora-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
body: >
5252
This PR was created automatically to update the overcloud host image
5353
tags to:
54-
Rocky 9: ${{ inputs.rocky9_tag }}'
54+
Rocky 9: ${{ inputs.rocky9_tag }}
5555
Ubuntu Noble: ${{ inputs.ubuntu_noble_tag }}
5656
labels: |
5757
automated

.github/workflows/overcloud-host-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,11 @@ jobs:
397397
amphora-image-build.yml \
398398
--repo stackhpc/stackhpc-kayobe-config \
399399
--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
402401
env:
403402
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
404403
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
404+
EXTRA_ARGS: "{{ ('-f rocky9_tag=' + steps.host_image_tag.outputs.host_image_tag) if inputs.rocky9 + ('-f ubuntu_noble_tag=' + steps.host_image_tag.outputs.host_image_tag) if inputs.ubuntu-noble }}"
405405

406406
- name: Display link to update overcloud host image tags workflows
407407
run: |

0 commit comments

Comments
 (0)