Skip to content

Commit c23aae0

Browse files
committed
Fix promotion
1 parent 0ad4291 commit c23aae0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-promote.yml \
9090
-e artifact_type="kayobe-images" \
9191
-e os_distribution='rocky' \
92-
-e os_release='9'
92+
-e os_release='9' \
93+
-e promotion_tag=${{ steps.rocky9_image_tag.outputs.image_tag }}
9394
env:
94-
ARTIFACT_TAG: "${{ steps.rocky9_image_tag.outputs.image_tag }}"
9595
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
9696
if: inputs.rocky9
9797

@@ -103,8 +103,8 @@ jobs:
103103
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-promote.yml \
104104
-e artifact_type="kayobe-images" \
105105
-e os_distribution='ubuntu' \
106-
-e os_release='noble'
106+
-e os_release='noble' \
107+
-e promotion_tag=${{ steps.ubuntu_noble_image_tag.outputs.image_tag }}
107108
env:
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)