mirror of
https://github.com/docker/build-push-action.git
synced 2025-11-07 15:06:55 +00:00
New input parameters: - max-attempts (default: 1) - Maximum number of build attempts - retry-wait-seconds (default: 0) - Delay between retry attempts - timeout-minutes (default: 0) - Timeout per attempt (0 = no timeout) Implementation: - Wraps build execution in retry loop with comprehensive logging - Adds timeout support per attempt using Promise.race() - Fully backward compatible (default values maintain current behavior) - Adds 2 test cases |
||
|---|---|---|
| .. | ||
| context.ts | ||
| main.ts | ||
| state-helper.ts | ||