diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index 287f851..95666d6 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 - image: ubuntu:latest + image: docker:dind-rootless steps: # - name: Install dependencies # not present in `docker` container # run: apk add --no-cache git nodejs