1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-01 17:38:36 +00:00

ci: Fix incorrect docker container reference for forgejo server

This commit is contained in:
Crown0815 2025-05-21 22:36:33 +02:00 committed by Crown0815
parent ebdc37317b
commit 37e4be0550

View file

@ -52,7 +52,7 @@ jobs:
-e FORGEJO__security__INSTALL_LOCK=true \ -e FORGEJO__security__INSTALL_LOCK=true \
-e FORGEJO__server__DOMAIN=localhost \ -e FORGEJO__server__DOMAIN=localhost \
-e FORGEJO__server__ROOT_URL=http://localhost:3000/ \ -e FORGEJO__server__ROOT_URL=http://localhost:3000/ \
codeberg/forgejo:latest codeberg.org/forgejo/forgejo:latest
# Wait for Forgejo to be ready # Wait for Forgejo to be ready
echo "Waiting for Forgejo to be ready..." echo "Waiting for Forgejo to be ready..."