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 89
89
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-promote.yml \
90
90
-e artifact_type="kayobe-images" \
91
91
-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 }}
93
94
env :
94
- ARTIFACT_TAG : " ${{ steps.rocky9_image_tag.outputs.image_tag }}"
95
95
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
96
96
if : inputs.rocky9
97
97
@@ -103,8 +103,8 @@ jobs:
103
103
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-promote.yml \
104
104
-e artifact_type="kayobe-images" \
105
105
-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 }}
107
108
env :
108
- ARTIFACT_TAG : " ${{ steps.ubuntu_noble_image_tag.outputs.noble_image_tag }}"
109
109
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
110
110
if : inputs.ubuntu-noble
You can’t perform that action at this time.
0 commit comments