mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-22 10:33:13 +00:00
Two merges seconds apart raced. Both runs do docker rm -f then docker run; the second removed the container the first had just created, and the first's docker run failed on the name conflict: Conflict. The container name "/go-admin-api" is already in use The deploy went red and the demo stayed on the older image, which is the worse half: a failure that leaves the wrong version running. Grouping by ref serialises pushes to master while leaving pull request runs independent, since those carry their own ref.