From 1c5f6ed2e2ad384fa7f7530bee2ac2a28d5b0dc9 Mon Sep 17 00:00:00 2001 From: Crown0815 Date: Wed, 21 May 2025 23:15:50 +0200 Subject: [PATCH] ci: Use rootless container --- .github/workflows/windows-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index a1156cd6..02433847 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -52,7 +52,7 @@ jobs: -e FORGEJO__security__INSTALL_LOCK=true \ -e FORGEJO__server__DOMAIN=localhost \ -e FORGEJO__server__ROOT_URL=http://localhost:3000/ \ - codeberg.org/forgejo/forgejo:11.0 + codeberg.org/forgejo/forgejo:11.0-rootless # Wait for Forgejo to be ready echo "Waiting for Forgejo to be ready..."