summaryrefslogtreecommitdiff
path: root/dobi.yaml
diff options
context:
space:
mode:
authorTom Duffield <github@tomduffield.com>2021-04-19 15:30:55 -0500
committerTom Duffield <github@tomduffield.com>2021-04-19 15:30:55 -0500
commitf722a9f298500260e7745b9a45701240779d2078 (patch)
tree9ae861b0b886daaf4615a3e2789ce93f2a3bed17 /dobi.yaml
parent129dc6c641cc57ab70f56cfc7432644f34d91718 (diff)
downloadchef-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>
Diffstat (limited to 'dobi.yaml')
-rw-r--r--dobi.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/dobi.yaml b/dobi.yaml
index b038f8c411..0c85cd7946 100644
--- a/dobi.yaml
+++ b/dobi.yaml
@@ -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