Using ctx logger in more places to get more context in the logs - ie: call_id

This commit is contained in:
Travis Reeder
2017-07-10 16:13:51 -07:00
committed by Reed Allman
parent 6217ef7d35
commit e56ac42bc2
3 changed files with 34 additions and 26 deletions

View File

@@ -250,7 +250,7 @@ func (r Runner) EnsureImageExists(ctx context.Context, cfg *task.Config) error {
return err
}
_, err = docker.CheckRegistry(ctask.Image(), auth)
_, err = docker.CheckRegistry(ctx, ctask.Image(), auth)
return err
}