File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments