We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043dec5 commit 5f2b35aCopy full SHA for 5f2b35a
.github/workflows/prerelease.yml
@@ -251,6 +251,7 @@ jobs:
251
sudo apt-get update
252
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
253
sudo systemctl start docker
254
+ sudo chmod 666 /var/run/docker.sock
255
docker version
256
- name: Install Python
257
uses: actions/setup-python@v5
.github/workflows/release.yml
@@ -122,6 +122,7 @@ jobs:
122
123
124
125
126
127
128
0 commit comments