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
Describe the bug
I am attempting to build a custom Docker image and push it to a local repository. While I am able to successfully log in to the repository, I encounter an issue when I try to build and push the image. Specifically, I receive the following error:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.
I have tried different versions of the build and push commands, as well as manually building the image using the run command, but all attempts yield the same result. It seems the issue persists regardless of the method I use.
GitHub Actions runtime token access controls
Docker info
/usr/bin/docker version
Client:
Version: 27.1.1
API version: 1.46
Go version: go1.21.12
Git commit: 6312585
Built: Tue Jul 23 19:55:52 2024
OS/Arch: linux/amd64
Context: default
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I am using the new version of the runner: actions-runner:2.320.0
The text was updated successfully, but these errors were encountered:
Describe the bug
I am attempting to build a custom Docker image and push it to a local repository. While I am able to successfully log in to the repository, I encounter an issue when I try to build and push the image. Specifically, I receive the following error:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.
To Reproduce
I am using this action file
I have tried different versions of the build and push commands, as well as manually building the image using the run command, but all attempts yield the same result. It seems the issue persists regardless of the method I use.
I am using the new version of the runner: actions-runner:2.320.0
The text was updated successfully, but these errors were encountered: