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 0ad4291 commit 8de8d74Copy full SHA for 8de8d74
.github/workflows/overcloud-host-image-promote.yml
@@ -105,6 +105,6 @@ jobs:
105
-e os_distribution='ubuntu' \
106
-e os_release='noble'
107
env:
108
- ARTIFACT_TAG: "${{ steps.ubuntu_noble_image_tag.outputs.noble_image_tag }}"
+ ARTIFACT_TAG: ${{ steps.ubuntu_noble_image_tag.outputs.noble_image_tag }}
109
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
110
if: inputs.ubuntu-noble
0 commit comments