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

This commit is contained in:
Aram 🍐 2025-08-23 02:17:06 -04:00
parent 9cf3357a85
commit 8f98751b66

View file

@ -11,7 +11,7 @@ jobs:
container:
image: docker:latest
env:
DOCKER_HOST: tcp://docker-in-docker:2375
DOCKER_HOST: tcp://127.0.0.1:2375
steps:
- name: Install Node.js
run: apk add --no-cache nodejs npm