CI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user