Files
connor 8df5860c75
Check / check (push) Successful in 1m35s
Check / guardrails (push) Successful in 1m20s
Check / bundle (push) Successful in 1m20s
Image / image (push) Successful in 2m30s
Build the image on the branch that exists
The release workflow watched `master`. The repository's branch is `main`, so
the job that builds and pushes the image would have sat there never firing,
and the first sign of it would have been a deploy that never arrived.

The check workflow runs on every push and so was never affected, which is
exactly why this needed finding on purpose rather than by noticing.
2026-08-28 13:13:30 -04:00
..