Skip to content

Commit 9c6c9b9

Browse files
authored
Merge pull request #25 from code0-tech/24-skip-cloud-extensions-during-release-publishing
Skip cloud extension during release publishing
2 parents a911d5c + 22a3e87 commit 9c6c9b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/pyxis/release/common.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def copy_container_images_to_release_registry(component_info)
1717
container_tag = component_info.find_container_tag_for_build_id
1818
container_tags = component_info.find_manifests.map do |manifest|
1919
next nil unless CONTAINER_IMAGES_TO_RELEASE.include?(manifest.first.to_sym)
20+
next nil if manifest.length != 1 && manifest.last == 'cloud'
2021

2122
next "#{manifest.first}:#{container_tag}" if manifest.length == 1
2223

0 commit comments

Comments
 (0)