You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): fail fast on non-transient errors during source wait
The pre-flight source-digest wait was treating every oras fetch failure as a
transient miss, so a genuine non-transient error (auth, bad reference) would
poll for the full 10-minute timeout. `OrasWaitForSourcesWorkflow._is_available`
now re-raises non-transient `BakeryToolRuntimeError`s instead of returning
False, and `publish()` catches them to surface a clean `typer.Exit(1)` with the
oras stderr rather than letting an unhandled traceback escape.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments