We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a8c28 commit e9644ceCopy full SHA for e9644ce
.github/workflows/overcloud-host-image-promote.yml
@@ -91,7 +91,7 @@ jobs:
91
-e os_distribution='rocky' \
92
-e os_release='9'
93
env:
94
- ARTIFACT_TAG: "${{ steps.rocky9_image_tag.outputs.rocky9_image_tag }}"
+ ARTIFACT_TAG: "${{ steps.rocky9_image_tag.outputs.image_tag }}"
95
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
96
if: inputs.rocky9
97
@@ -105,6 +105,6 @@ jobs:
105
-e os_distribution='ubuntu' \
106
-e os_release='noble'
107
108
- ARTIFACT_TAG: "${{ steps.ubuntu_noble_image_tag.outputs.ubuntu_noble_image_tag }}"
+ ARTIFACT_TAG: "${{ steps.ubuntu_noble_image_tag.outputs.noble_image_tag }}"
109
110
if: inputs.ubuntu-noble
0 commit comments