File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 16
16
tag :
17
17
description : Container image tag to promote
18
18
required : true
19
+ promote-old-images :
20
+ description : Whether to promote images for Yoga and older
21
+ type : boolean
22
+ default : true
23
+ promote-new-images :
24
+ description : Whether to promote images for Zed and newer
25
+ type : boolean
26
+ default : true
19
27
20
28
env :
21
29
ANSIBLE_FORCE_COLOR : True
40
48
ansible/dev-pulp-container-promote.yml \
41
49
-e dev_pulp_repository_container_promotion_tag="$TAG" \
42
50
-e kolla_container_image_filter="'$FILTER'" \
43
- -e kolla_base_distros_override="'$DISTROS'"
51
+ -e kolla_base_distros_override="'$DISTROS'" \
52
+ -e sync_old_images="'$PROMOTE_OLD_IMAGES'" \
53
+ -e sync_new_images="'$PROMOTE_NEW_IMAGES'"
44
54
env :
45
55
TAG : ${{ github.event.inputs.tag }}
46
56
FILTER : ${{ github.event.inputs.filter }}
47
57
DISTROS : ${{ github.event.inputs.distros }}
58
+ PROMOTE_OLD_IMAGES : ${{ github.event.inputs.promote-old-images }}
59
+ PROMOTE_NEW_IMAGES : ${{ github.event.inputs.promote-new-images }}
You can’t perform that action at this time.
0 commit comments