Skip to content

Commit 1d72640

Browse files
committed
WIP
1 parent 3f94dd4 commit 1d72640

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Update overcloud host image tags
44

55
on:
6-
workflow_call:
6+
workflow_dispatch:
77
inputs:
88
rocky9_tag:
99
description: Overcloud host image tag for Rocky 9
@@ -44,14 +44,14 @@ jobs:
4444
commit-message: >-
4545
Bump overcloud host image tags
4646
author: stackhpc-ci <[email protected]>
47-
branch: bump-overcloud-host-images${{ '/' + inputs.rocky9_tag if inputs.rocky9_tag is defined else '' }}${{ '/'' + inputs.ubuntu_noble_tag if inputs.ubuntu_noble_tag is defined else '' }}
47+
branch: bump-overcloud-host-images/${{ inputs.rocky9_tag }}/${{ inputs.ubuntu_noble_tag }}
4848
delete-branch: true
4949
title: >-
5050
DNM test PR: Bump overcloud host image tags
5151
body: >
5252
This PR was created automatically to update the overcloud host image
5353
tags to:
54-
"{{ 'Rocky 9: ${{ inputs.rocky9_tag }}' if inputs.rocky9_tag is defined else '' }}"
55-
"{{ 'Ubuntu Noble: ${{ inputs.ubuntu_noble_tag }}' if inputs.ubuntu_noble_tag is defined else '' }}"
54+
Rocky 9: ${{ inputs.rocky9_tag }}'
55+
Ubuntu Noble: ${{ inputs.ubuntu_noble_tag }}
5656
labels: |
5757
automated

0 commit comments

Comments
 (0)