Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Ensure that non-stream multi release names are semver
Browse files Browse the repository at this point in the history
  • Loading branch information
jupierce authored and sosiouxme committed Jun 28, 2022
1 parent 8260164 commit faa02c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/cli/release_gen_payload.py
Expand Up @@ -573,7 +573,7 @@ def update_single_arch_istags(apiobj: oc.APIObject):
# not show up in the release controller. The only purpose of this image is to
# provide inputs to the promotion job. Promote looks at the imagestream
# and not for this tag.
multi_release_manifest_list_tag = imagestream_name + '-' + multi_ts
multi_release_manifest_list_tag = f'{runtime.get_minor_version()}.0-0.art-assembly-{runtime.assembly}{go_suffix_for_arch("multi", private_mode)}-{multi_ts}'
# This will be the singular tag in an imagestream we create on apps.ci. The actual name
# does not matter, because it will not be visible in the release controller and will not
# be the ultimate name used to promote the release. It must be unique, however, because
Expand Down

0 comments on commit faa02c4

Please sign in to comment.