Deploying via the fly.io Github Actions integration is broken for me as of today.
Yesterday deploys were working fine. I have not changed any fly.io config since then.
What is happening? Can I file a bug somewhere for live incidents?
Run flyctl deploy --remote-only
==> Verifying app config
Validating /home/runner/work/<my_app>/<my_app>/fly.toml
✓ Configuration is valid
--> Verified app config
==> Building image
Waiting for depot builder...
==> Building image
Waiting for depot builder...
Error: failed to fetch an image or build from source: error building: timed out connecting to machine: failed to list workers: Unavailable: connection error: desc = "transport: authentication handshake failed: EOF"
Error: Process completed with exit code 1.
Update: my app is also stalling on the same step when i run fly deploy on my local machine

