Skip to content

Commit 890afa6

Browse files
committed
Fix promotion
1 parent 0ad4291 commit 890afa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
-e os_distribution='rocky' \
9292
-e os_release='9'
9393
env:
94-
ARTIFACT_TAG: "${{ steps.rocky9_image_tag.outputs.image_tag }}"
94+
ARTIFACT_TAG: ${{ steps.rocky9_image_tag.outputs.image_tag }}
9595
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
9696
if: inputs.rocky9
9797

@@ -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)