end-to-end/actions/example-with-docker-host/.forgejo/workflows/test.yml
Earl Warren d142c4a60d
fix: actions: verify the docker_host socket works
It could be mounted but not functional.
2024-12-08 16:18:15 +01:00

10 lines
181 B
YAML

on: [push]
jobs:
build:
runs-on: docker
container:
image: code.forgejo.org/oci/docker:cli
steps:
- run: ls -l /var/run/docker.sock
- run: docker ps