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: wait for Build Binaries workflow before Docker build
Docker workflow now uses workflow_run trigger to wait for Build Binaries
to complete before attempting to download the binary. This fixes the race
condition where Docker build would fail because binaries weren't uploaded yet.
0 commit comments