depot / cli

🖥️ Depot CLI, build your Docker images in the cloud
https://depot.dev
MIT License
115 stars 5 forks source link

fix(bake): only close progress after error retries #289

Closed goller closed 3 weeks ago

goller commented 3 weeks ago

Previously, on retry-able errors the shared printer would write to a closed channel because the reference count was decremented on any error.

Now, the reference count is decremented only when the error is fatal.