[CI] Drop support for publishing versioned image tags
Follow-up on I3259c0736a296751129aa349e8d378c0123957e6 Change-Id: I6b8935b16390a301602218ce35edfe132b140a4c
This commit is contained in:
parent
7319b1ba98
commit
b4b206de42
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user