diff options
author | Nathaniel Kierpiec <nkierpiec@chef.io> | 2020-07-29 15:05:48 -0400 |
---|---|---|
committer | Nathaniel Kierpiec <nkierpiec@chef.io> | 2020-07-29 15:05:48 -0400 |
commit | 05811ac9e860ac5a0bc1e94ebbfaafce8e2154da (patch) | |
tree | c0e8d6d04b9e73eb1a8a40306a438b2e5d15befc /dobi.yaml | |
parent | 8a31712502d76208c5b8fef9a09ff564301319cd (diff) | |
download | chef-05811ac9e860ac5a0bc1e94ebbfaafce8e2154da.tar.gz |
Introduce EXPEDITOR_VERSION for docker image tag
Chef used to use the EXPEDITOR_VERSION from the workload's metadata
when building images, reintroduce that so we can keep the same
functionality as before so that the VERSION of the repo can be bumped
but the docker images can be built off of the version being promoted.
Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
Diffstat (limited to 'dobi.yaml')
-rw-r--r-- | dobi.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ image=chef: image: '{env.IMAGE_REGISTRY}/chef' context: . tags: - - '{env.VERSION}' + - '{env.EXPEDITOR_VERSION}' args: - VERSION: '{env.VERSION}' + VERSION: '{env.EXPEDITOR_VERSION}' CHANNEL: unstable annotations: tags: |