addnab / docker-run-action

MIT License
209 stars 93 forks source link

Cannot connect to the Docker daemon #50

Open enricorotundo opened 8 months ago

enricorotundo commented 8 months ago

Often I get the following error in GitHub Actions. Rerunning jobs would work sometimes but it's quite inconvenient.

Run addnab/docker-run-action@v3
  with:
    registry: docker.io
    image: xxxx/xxxx-xxxx:0.0.x
    options: xxxx
    run: xxxx

[...]
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Any fix/workaround to this?

pvarsh commented 8 months ago

Also getting this. Started when I upgraded actions/checkout and actions/setup-node to @v4 (but could be unrelated).

enricorotundo commented 8 months ago

I get it even with actions/checkout@v3 and actions/setup-node@v3 😿