Update .forgejo/workflows/test-build.yaml
Release / test_build (push) Failing after 5s Details

Gertjan Krol 2023-09-01 20:58:09 +00:00
parent 45ded544d9
commit 6fea43ed92
1 changed files with 1 additions and 1 deletions

View File

@ -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