We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a911d5c commit 22a3e87Copy full SHA for 22a3e87
1 file changed
lib/pyxis/release/common.rb
@@ -17,6 +17,7 @@ def copy_container_images_to_release_registry(component_info)
17
container_tag = component_info.find_container_tag_for_build_id
18
container_tags = component_info.find_manifests.map do |manifest|
19
next nil unless CONTAINER_IMAGES_TO_RELEASE.include?(manifest.first.to_sym)
20
+ next nil if manifest.length != 1 && manifest.last == 'cloud'
21
22
next "#{manifest.first}:#{container_tag}" if manifest.length == 1
23
0 commit comments