Try to use dind
Some checks failed
/ build (push) Failing after 44s

This commit is contained in:
Aram 🍐 2025-08-23 02:15:42 -04:00
parent ce6cff838d
commit 9cf3357a85

View file

@ -10,7 +10,8 @@ jobs:
runs-on: docker
container:
image: docker:latest
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
env:
DOCKER_HOST: tcp://docker-in-docker:2375
steps:
- name: Install Node.js
run: apk add --no-cache nodejs npm