Skip to content

Commit dea2927

Browse files
committed
Include config-generator in release
1 parent 2737a04 commit dea2927

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/pyxis/release/common.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ class Common
1111

1212
CONTAINER_RELEASE_PUBLISH_USER = 'code0-release-tools'
1313

14+
CONTAINER_IMAGES_TO_RELEASE = Project.components + %i[config-generator]
15+
1416
def copy_container_images_to_release_registry(component_info)
1517
container_tag = info.find_container_tag_for_build_id
1618
container_tags = component_info.find_manifests.map do |manifest|
17-
next nil unless Project.components.include?(manifest.first.to_sym)
19+
next nil unless CONTAINER_IMAGES_TO_RELEASE.include?(manifest.first.to_sym)
1820

1921
next "#{manifest.first}:#{container_tag}" if manifest.length == 1
2022

0 commit comments

Comments
 (0)