ci: run jon in container with Node + Docker cli

This commit is contained in:
irving
2025-10-04 00:03:01 -04:00
parent 6d19ffc9e8
commit c034651047

View File

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