From 9cf3357a8585b1efca76ac09d13794f63c6a73fb Mon Sep 17 00:00:00 2001 From: Aram Peres <6775216+aramperes@users.noreply.github.com> Date: Sat, 23 Aug 2025 02:15:42 -0400 Subject: [PATCH] Try to use dind --- .forgejo/workflows/website.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/website.yaml b/.forgejo/workflows/website.yaml index 647a67a..be6a297 100644 --- a/.forgejo/workflows/website.yaml +++ b/.forgejo/workflows/website.yaml @@ -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