fix: actions: verify the docker_host socket works

It could be mounted but not functional.
This commit is contained in:
Earl Warren 2024-12-08 16:18:15 +01:00
parent 6ce90814b2
commit d142c4a60d
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 6 additions and 4 deletions

View file

@ -4,6 +4,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
container: container:
image: code.forgejo.org/oci/node:20-bookworm image: code.forgejo.org/oci/docker:cli
steps: steps:
- run: "test -e /var/run/docker.sock" - run: ls -l /var/run/docker.sock
- run: docker ps

View file

@ -4,6 +4,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
container: container:
image: code.forgejo.org/oci/node:20-bookworm image: code.forgejo.org/oci/docker:cli
steps: steps:
- run: "test -e /var/run/docker.sock" - run: ls -l /var/run/docker.sock
- run: docker ps