- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit68fa34f
authored
ci: remove ci make concurrency to fix docker image race (#14027)
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:119We ran into this previously in#13769 for the release workflow, but neglected to apply the same change to the CI workflow.1 parent37a859f commit68fa34f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
791 | | - | |
| 791 | + | |
| 792 | + | |
792 | 793 | | |
793 | 794 | | |
794 | 795 | | |
795 | 796 | | |
796 | 797 | | |
797 | | - | |
| 798 | + | |
| 799 | + | |
798 | 800 | | |
799 | 801 | | |
800 | 802 | | |
| |||
0 commit comments
Comments
(0)