CI
This commit is contained in:
@@ -14,7 +14,7 @@ on:
|
||||
jobs:
|
||||
docker:
|
||||
# Match your current runner label and provide a container with Node + Docker CLI
|
||||
runs-on: [self-hosted, docker]
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user