mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-28 16:27:44 +00:00
Merge pull request #321 from technosophos/master
Log errors inspecting images.
This commit is contained in:
commit
a8540d0404
@ -244,6 +244,8 @@ func (b *Builder) setup() error {
|
||||
if err := b.dockerClient.Images.Pull(b.Build.Image); err != nil {
|
||||
return err
|
||||
}
|
||||
} else if err != nil {
|
||||
log.Errf("failed to inspect image %s", b.Build.Image)
|
||||
}
|
||||
|
||||
// create the Docker image
|
||||
|
Loading…
Reference in New Issue
Block a user