You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: rm explicit container name & obsolete version attr (#2120)
## What kind of change does this PR introduce?
Having explicit `container_name` defined in the docker compose prevents
utilizing [git worktrees](https://git-scm.com/docs/git-worktree). By
removing, each container name will be prefixed with the current working
directory, hence preventing any name collisions.
Also removing the `version` attribute per the warning:
```
the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
```
0 commit comments