This commit is contained in:
irving
2025-10-04 00:04:39 -04:00
parent c034651047
commit a438d62fd9

View File

@@ -14,7 +14,7 @@ on:
jobs: jobs:
docker: docker:
# Match your current runner label and provide a container with Node + Docker CLI # Match your current runner label and provide a container with Node + Docker CLI
runs-on: [self-hosted, docker] runs-on: docker
container: container:
image: ghcr.io/catthehacker/ubuntu:act-latest image: ghcr.io/catthehacker/ubuntu:act-latest
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock options: --privileged -v /var/run/docker.sock:/var/run/docker.sock