mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Use new docker_images config (#2229)
Signed-off-by: Tom Duffield <tom@chef.io>
This commit is contained in:
parent
2af99a12b3
commit
54136ac408
1 changed files with 4 additions and 3 deletions
|
@ -5,9 +5,10 @@ product_key: inspec
|
|||
rubygems:
|
||||
- inspec
|
||||
|
||||
docker:
|
||||
build_args:
|
||||
- GEM_SOURCE: http://artifactory.chef.co/omnibus-gems-local
|
||||
docker_images:
|
||||
- inspec:
|
||||
build_args:
|
||||
- GEM_SOURCE: http://artifactory.chef.co/omnibus-gems-local
|
||||
|
||||
# Slack channel in Chef Software slack to send notifications about build failures, etc
|
||||
slack:
|
||||
|
|
Loading…
Reference in a new issue