Skip to content

Commit 0a3c6ba

Browse files
committed
fixup docker access
1 parent 4c7ea5b commit 0a3c6ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
177177
sudo apt-get update
178178
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
179+
sudo chmod 666 /var/run/docker.sock
179180
180181
- name: Prepare image
181182
run: docker build . -t buildenv --build-arg BASE_IMAGE=${{ matrix.base_image }}

0 commit comments

Comments
 (0)