1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

ci: Use rootless container

This commit is contained in:
Crown0815 2025-05-21 23:15:50 +02:00 committed by Crown0815
parent 2646839567
commit 1c5f6ed2e2

View file

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