2
0
  • v0.2.2 f2629f2ea3

    Add support for finding docker daemon from common socket paths (#263)
    Some checks failed
    release-tag / goreleaser (push) Failing after 4s
    release-tag / release-image (push) Failing after 1s
    checks / check and test (push) Successful in 3m52s

    Ghost released this 2023-07-01 01:27:54 +00:00 | 167 commits to main since this release

    Caused by #260

    act_runner will fail to start if user does not set docker_host configuration and DOCKER_HOST env. This PR adds the support for finding docker daemon from common socket paths so act_runner could detect the docker socket from these paths.

    The commonSocketPaths is from nektos/act

    Reviewed-on: https://gitea.com/gitea/act_runner/pulls/263
    Co-authored-by: Zettat123 zettat123@noreply.gitea.com
    Co-committed-by: Zettat123 zettat123@noreply.gitea.com