diff options
| author | Tom Duffield <tom@chef.io> | 2017-09-26 13:09:01 -0500 |
|---|---|---|
| committer | Tom Duffield <tom@chef.io> | 2017-09-26 13:09:01 -0500 |
| commit | 2b83a7bc08240ff2a3723f33cf5c0ee11ad548c7 (patch) | |
| tree | 217404e538311b21b4279428f0eaae3b14b4e2fd | |
| parent | a51cda521a6f9cc6371cddf3eeff64adf69630ae (diff) | |
| download | chef-tduffield/expeditor/new-docker-syntax.tar.gz | |
Use new 'docker_images' Expeditor syntaxtduffield/expeditor/new-docker-syntax
Signed-off-by: Tom Duffield <tom@chef.io>
| -rw-r--r-- | .expeditor/config.yml | 3 |
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. |
