summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-09-27 10:10:27 +0100
committerGitHub <noreply@github.com>2017-09-27 10:10:27 +0100
commit5d039279d9ed1517f177c035da28070c8482ae20 (patch)
tree217404e538311b21b4279428f0eaae3b14b4e2fd
parenta51cda521a6f9cc6371cddf3eeff64adf69630ae (diff)
parent2b83a7bc08240ff2a3723f33cf5c0ee11ad548c7 (diff)
downloadchef-5d039279d9ed1517f177c035da28070c8482ae20.tar.gz
Merge pull request #6443 from chef/tduffield/expeditor/new-docker-syntax
Use new 'docker_images' Expeditor syntax
-rw-r--r--.expeditor/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index a64b2cbab0..b80658a3ac 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -15,6 +15,9 @@ rubygems:
- chef
- chef-config
+docker_images:
+ - chef
+
github:
# The file where the MAJOR.MINOR.PATCH version is kept. The version in this file
# is bumped automatically via the `built_in:bump_version` merge_action.