end-to-end/actions/example-with-docker-socket/.forgejo/workflows/test.yml
Earl Warren 33749f5a5e
actions: runner [container].docker_host variations
* automount
* "" or "-"
* unix:///var/run/docker.sock
* tcp://127.0.0.1:2375
2024-11-27 09:33:08 +00:00

9 lines
168 B
YAML

on: [push]
jobs:
build:
runs-on: docker
container:
image: code.forgejo.org/oci/node:20-bookworm
steps:
- run: "test -e /var/run/docker.sock"