support for image pull logs

This commit is contained in:
Brad Rydzewski
2019-10-24 23:36:35 -07:00
parent 4119ac2a6d
commit 1f9a599640
7 changed files with 106 additions and 9 deletions

View File

@@ -87,6 +87,7 @@ type Config struct {
Docker struct {
Config string `envconfig:"DRONE_DOCKER_CONFIG"`
Stream bool `envconfig:"DRONE_DOCKER_STREAM_PULL" default:"true"`
}
}