mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update Dobi annotations to address tagging bug
Be explicit when we expect to add the channel and latest tags. Signed-off-by: Tom Duffield <github@tomduffield.com>
This commit is contained in:
parent
c3d0c30f3c
commit
7c1db11621
1 changed files with 2 additions and 1 deletions
|
@ -18,4 +18,5 @@ image=chef:
|
||||||
CHANNEL: unstable
|
CHANNEL: unstable
|
||||||
annotations:
|
annotations:
|
||||||
tags:
|
tags:
|
||||||
- expeditor:final-channel-tags={{major}},{{major}}.{{minor}}
|
- expeditor:default-tags={{channel}}
|
||||||
|
- expeditor:final-channel-tags=latest,{{major}},{{major}}.{{minor}}
|
||||||
|
|
Loading…
Reference in a new issue