From 7c1db116218a4840ab5f8507302e6f58edfa4fc1 Mon Sep 17 00:00:00 2001 From: Tom Duffield Date: Mon, 19 Apr 2021 15:28:08 -0500 Subject: [PATCH] Update Dobi annotations to address tagging bug Be explicit when we expect to add the channel and latest tags. Signed-off-by: Tom Duffield --- dobi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dobi.yaml b/dobi.yaml index 4811c5cfc..038df3910 100644 --- a/dobi.yaml +++ b/dobi.yaml @@ -18,4 +18,5 @@ image=chef: CHANNEL: unstable annotations: tags: - - expeditor:final-channel-tags={{major}},{{major}}.{{minor}} + - expeditor:default-tags={{channel}} + - expeditor:final-channel-tags=latest,{{major}},{{major}}.{{minor}}