CrazyMax
CrazyMax
> "Writing summary" is where it hangs Thanks that's useful, I think the process exporting the build record remains opened which make this post step hangs. Probably around https://github.com/docker/actions-toolkit/blob/fe9937dd36b64d2090fbfec40e144944ae390a12/src/buildx/history.ts#L115. I...
@kkopachev I made some changes in https://github.com/docker/actions-toolkit/pull/392 Can you try with: ```yaml uses: crazy-max/docker-build-push-action@test-process-term ``` And give me the logs of the post step please? Thanks!
> nothing changed, I don't see new logs. I have new logs on my side like https://github.com/crazy-max/docker-build-push-action/actions/runs/9730285429/job/26853184981#step:6:20: * https://github.com/docker/actions-toolkit/commit/410a155a5d04705351e8e2122e2eb7db3d6a401a#diff-fcf6a886ba5fdffc4fb064e49c7776a41c5fa00be72b7aef6f56305b8632ad8aR117 * https://github.com/docker/actions-toolkit/commit/410a155a5d04705351e8e2122e2eb7db3d6a401a#diff-fcf6a886ba5fdffc4fb064e49c7776a41c5fa00be72b7aef6f56305b8632ad8aR165
``` ##[debug]Terminating "buildx dial-stdio" process ``` Ok looks like this process is the culprit, seems https://github.com/docker/actions-toolkit/pull/392/files#diff-fcf6a886ba5fdffc4fb064e49c7776a41c5fa00be72b7aef6f56305b8632ad8aR175 has no effect and process is not gracefully terminated. Will take a closer look,...
You can test with latest changes on default branch: ```yaml uses: docker/build-push-action@master ```
> @crazy-max It still hangs for me Ok then it's not related to child processes as I see both exit in the post step from your logs. Will take a...
> you can append `$PATH` without any declaration in Dockerfile, as well as some other variables like `$LD_LIBRARY_PATH` It depends if this `ENV` has already been declared in the base...
> Does this check actually checks base image? Yes it does > Documentation doesn't have any info about it. Indeed we could add a callout about it (cc @dvdksn). >...
Can you try with latest stable please? https://github.com/portapps/discord-portable/releases/tag/1.0.9156-20
Hum also encounter this one on windows runners on GHA: https://github.com/docker/login-action/actions/runs/5472897107/jobs/9965664777#step:4:15 