Ignore error, vet failure
This commit is contained in:
parent
b18239ff77
commit
45f8309524
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ func NewDockerPullExecutor(input NewDockerPullExecutorInput) common.Executor {
|
||||||
cli.NegotiateAPIVersion(input.Ctx)
|
cli.NegotiateAPIVersion(input.Ctx)
|
||||||
|
|
||||||
reader, err := cli.ImagePull(input.Ctx, imageRef, types.ImagePullOptions{})
|
reader, err := cli.ImagePull(input.Ctx, imageRef, types.ImagePullOptions{})
|
||||||
input.logDockerResponse(reader, err != nil)
|
_ = input.logDockerResponse(reader, err != nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue