You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
build-push-action/dist
Claude 3cf0b00a1a fix: add timeout to buildx export operation to prevent hanging
Add a 30-second timeout to the buildxHistory.export() call to prevent
workflow jobs from hanging indefinitely when the buildx dial-stdio
process crashes or becomes unresponsive. The build will continue
with reporting even if the export fails or times out.

Fixes issue where docker run export-build command would hang with
"broken pipe" errors when buildx backend is unavailable.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
5 months ago
..
index.js fix: add timeout to buildx export operation to prevent hanging 5 months ago
index.js.map fix: add timeout to buildx export operation to prevent hanging 5 months ago
licenses.txt fix: remove unnecessary @ts-expect-error directive 5 months ago
sourcemap-register.js *: use axios-retry instead of handrolled retry methods 1 year ago