From 37e4be0550e180e823f824d5d752b70fab260321 Mon Sep 17 00:00:00 2001 From: Crown0815 Date: Wed, 21 May 2025 22:36:33 +0200 Subject: [PATCH] ci: Fix incorrect docker container reference for forgejo server --- .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 1953a2b1..817c7435 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/forgejo:latest + codeberg.org/forgejo/forgejo:latest # Wait for Forgejo to be ready echo "Waiting for Forgejo to be ready..."