[CI] Drop support for publishing versioned image tags

Follow-up on I3259c0736a296751129aa349e8d378c0123957e6

Change-Id: I6b8935b16390a301602218ce35edfe132b140a4c
This commit is contained in:
Radosław Piliszek 2021-04-16 19:53:06 +00:00
parent 7319b1ba98
commit b4b206de42
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
kolla_publisher_config:
DEFAULT:
namespace: "{{ kolla_namespace }}"
tag: "{{ (zuul.tag if zuul.pipeline == 'release' else zuul.branch | basename) ~ tag_suffix }}"
tag: "{{ (zuul.branch | basename) ~ tag_suffix }}"
set_fact:
kolla_build_config: "{{ kolla_build_config | combine(kolla_publisher_config, recursive=True) }}"
when: