diff options
author | Tom Duffield <tom@chef.io> | 2020-07-28 10:52:30 -0500 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2020-07-28 10:54:32 -0500 |
commit | 1138f928920b08857823c1b37206cf359005b71f (patch) | |
tree | 5016880206bc249e4438354298ab20375feadd28 | |
parent | 7d7b962b421ab1a11f077b4f87bd9281f29b42da (diff) | |
download | chef-nkierpiec/add-dobi.tar.gz |
Add build args to dobi.yaml filenkierpiec/add-dobi
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r-- | dobi.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |