diff options
author | Tom Duffield <github@tomduffield.com> | 2021-04-19 15:30:55 -0500 |
---|---|---|
committer | Tom Duffield <github@tomduffield.com> | 2021-04-19 15:30:55 -0500 |
commit | f722a9f298500260e7745b9a45701240779d2078 (patch) | |
tree | 9ae861b0b886daaf4615a3e2789ce93f2a3bed17 | |
parent | 129dc6c641cc57ab70f56cfc7432644f34d91718 (diff) | |
download | chef-f722a9f298500260e7745b9a45701240779d2078.tar.gz |
Update dobi annotations to address tagging bug
Be explicit about when to add the channel and latest tags.
Signed-off-by: Tom Duffield <github@tomduffield.com>
-rw-r--r-- | dobi.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,4 +18,5 @@ image=chef: CHANNEL: unstable annotations: tags: - - expeditor:final-channel-tags={{major}},{{major}}.{{minor}}
\ No newline at end of file + - expeditor:default-tags={{channel}} + - expeditor:final-channel-tags=latest,{{major}},{{major}}.{{minor}}
\ No newline at end of file |