docker / buildx

Docker CLI plugin for extended build capabilities with BuildKit
Apache License 2.0
3.58k stars 482 forks source link

fix cases or early exit with skipping defer #2802

Open tonistiigi opened 1 day ago

tonistiigi commented 1 day ago

There are couple of cases (eg. when using --call check) that do an early return that can skip running defers and (for example reporting metrics).

After fixing https://github.com/docker/buildx/blob/master/.golangci.yml#L38 linter rule should be enabled.