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

This commit is contained in:
Aram 🍐 2025-08-23 02:22:11 -04:00
parent 8f98751b66
commit 88eabe50c3

View file

@ -8,10 +8,6 @@ on:
jobs:
build:
runs-on: docker
container:
image: docker:latest
env:
DOCKER_HOST: tcp://127.0.0.1:2375
steps:
- name: Install Node.js
run: apk add --no-cache nodejs npm