summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2020-07-28 10:52:30 -0500
committerTom Duffield <tom@chef.io>2020-07-28 10:54:32 -0500
commit1138f928920b08857823c1b37206cf359005b71f (patch)
tree5016880206bc249e4438354298ab20375feadd28
parent7d7b962b421ab1a11f077b4f87bd9281f29b42da (diff)
downloadchef-1138f928920b08857823c1b37206cf359005b71f.tar.gz
Add build args to dobi.yaml filenkierpiec/add-dobi
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--dobi.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dobi.yaml b/dobi.yaml
index a113a1a4ab..4de875ce34 100644
--- a/dobi.yaml
+++ b/dobi.yaml
@@ -13,6 +13,9 @@ image=chef:
context: .
tags:
- '{env.VERSION}'
+ args:
+ VERSION: '{env.VERSION}'
+ CHANNEL: unstable
annotations:
tags:
- expeditor:final-channel-tags={{major}},{{major}}.{{minor}} \ No newline at end of file