mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Using ctx logger in more places to get more context in the logs - ie: call_id
This commit is contained in:
committed by
Reed Allman
parent
6217ef7d35
commit
e56ac42bc2
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user