mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +00:00
ci: Fix incorrect docker container reference for forgejo server
This commit is contained in:
parent
ebdc37317b
commit
37e4be0550
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows-tests.yml
vendored
2
.github/workflows/windows-tests.yml
vendored
|
@ -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/forgejo:latest
|
||||
codeberg.org/forgejo/forgejo:latest
|
||||
|
||||
# Wait for Forgejo to be ready
|
||||
echo "Waiting for Forgejo to be ready..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue