mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 17:53:23 +02:00
Log errors inspecting images.
This commit is contained in:
parent
5886e0fec1
commit
0b29cd326f
@ -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…
x
Reference in New Issue
Block a user