summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-09-27 16:13:19 -0700
committerGitHub <noreply@github.com>2017-09-27 16:13:19 -0700
commitafa9e7b8ddeb7aab1c1e0fede9e7c9add407cf19 (patch)
treef2c1c1e2f2a558ca451b7e5c5e407a63b0879582
parentc68b68f1c9bad8e3b637970f2dd4d86949ac0929 (diff)
parent15eb8907a9f3b1737471e85e6e56ca9786b89dd8 (diff)
downloadchef-afa9e7b8ddeb7aab1c1e0fede9e7c9add407cf19.tar.gz
Merge pull request #6452 from chef/tduffield/configure-docker-image
Fully configure Docker image in Expeditor
-rw-r--r--.expeditor/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 3c90fb9b6c..0b88949797 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -13,6 +13,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.