From cf7c0546044c25177a0ff0e101719b3ca4483536 Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Fri, 1 Sep 2023 21:09:19 +0000 Subject: [PATCH] Update .forgejo/workflows/test-build.yaml --- .forgejo/workflows/test-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index e60d292..227e1d7 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -7,7 +7,7 @@ on: jobs: test_build: runs-on: ubuntu-latest - container: docker:dind-rootless + container: docker:dind steps: - name: Install dependencies # not present in `docker` container run: apk add --no-cache git nodejs