Build & Deploy / build-and-push (discord-gateway) (push) Failing after 2m1s
Build & Deploy / build-and-push (backend) (push) Successful in 6m54s
Build & Deploy / build-and-push (proxy) (push) Failing after 5m30s
The separate 'deploy' job with runs-on: ubuntu-latest never found an available runner, blocking the pipeline. By moving the deploy steps into the build-and-push job (guarded by matrix.service == 'proxy'), it runs on the same runner that just pushed the images, eliminating the runner assignment issue. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>