Skip to content

Commit

Permalink
#592 CH-48 Fix publish step tags
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Mar 23, 2023
1 parent c7c9560 commit 6cde33e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/deployment-cli-tools/ch_cli_tools/codefresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ def codefresh_app_publish_spec(app_name, build_tag, base_name=None):

step_spec = codefresh_template_spec(
template_path=CF_TEMPLATE_PUBLISH_PATH,
candidate=image_tag_with_variables(app_name, build_tag, base_name),
candidate="${{REGISTRY}}/%s:%s" % (get_image_name(
app_name, base_name), build_tag or '${{DEPLOYMENT_TAG}}'),
title=title,
)
if not build_tag:
Expand Down

0 comments on commit 6cde33e

Please sign in to comment.