mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
This PR removes the `-j` argument to `make` when building and pushing Docker images on merge to main. Seen here: https://github.com/coder/coder/actions/runs/10108431095/job/27954323032#step:9:119 We ran into this previously in #13769 for the release workflow, but neglected to apply the same change to the CI workflow.