Remove defer to handle new containerregistry limiter#166
Conversation
|
Is that behavior not more like a bug in the library and should be fixed there? If we now explicitly call |
We ignored the error already when we used |
You are probably right, we are also not the only one with this issue but the respective PR to fix it seems to be deleted? google/go-containerregistry#2277 |
Co-authored-by: Johannes Dillmann <j.dillmann@sap.com>
cb692bd to
6301605
Compare
go-containerregistryintroduces a limiter in the latest patch version which results in a deadlock when it needs to spawn more than 4 jobs. This enables bumping #165