Konstantin Kopachev
Konstantin Kopachev
Just hit the same issue. I am replacing something written using botocore and set of monkeypatches with aiobotocore. For testing my project I thought of using moto in mocking (default)...
try adding 2 new lines after closing ``
As a workaround you can supply pool object with iterable (array) of callables which will return promises. See https://github.com/guzzle/guzzle/blob/master/src/Pool.php#L59-L60 In that case `$client` argument is ignored. So you can put...
Same with libjpeg-turbo (I tried version 2.0.2)
It works
try disabling [job summary](https://github.com/docker/build-push-action?tab=readme-ov-file#summaries) generated by build-push-action
happening to me too with github hosted runners. Stuck on "Post Build Image" step. I had to cancel it, here is raw log snippet from the very end: ``` 2024-06-26T19:57:56.7540395Z...
We're using public GHA runners (x86-64), but building ARM images using kubernetes driver. Even cancellation takes long time Workflow files are like this: workflow.yaml ```yaml name: Review Deploy on: pull_request:...
"Writing summary" is where it hangs. I can see artifact uploaded successfully. I guess it's something in the summary that break it. If you could dump raw unformatted summary (json?)...
@crazy-max nothing changed, I don't see new logs. I think you'd have to re-generate dist.js as [this commit](https://github.com/docker/actions-toolkit/commit/410a155a5d04705351e8e2122e2eb7db3d6a401a) happened before [this commit](https://github.com/docker/build-push-action/commit/adb7ce053b555e790b29325aa1df26e1eacef7d2) If it is relevant, build image is all...