Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/pyxis/release/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def copy_container_images_to_release_registry(component_info)
container_tag = component_info.find_container_tag_for_build_id
container_tags = component_info.find_manifests.map do |manifest|
next nil unless CONTAINER_IMAGES_TO_RELEASE.include?(manifest.first.to_sym)
next nil if manifest.length != 1 && manifest.last == 'cloud'

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

Expand Down
Loading