Skip to content

Commit 8de8d74

Browse files
committed
Fix promotion
1 parent 0ad4291 commit 8de8d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ jobs:
105105
-e os_distribution='ubuntu' \
106106
-e os_release='noble'
107107
env:
108-
ARTIFACT_TAG: "${{ steps.ubuntu_noble_image_tag.outputs.noble_image_tag }}"
108+
ARTIFACT_TAG: ${{ steps.ubuntu_noble_image_tag.outputs.noble_image_tag }}
109109
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
110110
if: inputs.ubuntu-noble

0 commit comments

Comments
 (0)