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
feat(docker): add option for explicit GID for Docker socket
- Introduces `GITHUB_RUNNER_DOCKER_SOCK_GID` to allow users to specify a custom GID for the Docker socket group.
- Enhances the existing Docker socket handling logic to use the specified GID if provided, otherwise defaults to auto-detection.
- Improves flexibility for configuring runner permissions in varied environments.
0 commit comments