From 2646839567eeb9d0f9fb9ab4ffec60a87e08df7e Mon Sep 17 00:00:00 2001 From: Crown0815 Date: Wed, 21 May 2025 22:43:26 +0200 Subject: [PATCH] ci: Fix incorrect docker container version 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 817c7435..a1156cd6 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:latest + codeberg.org/forgejo/forgejo:11.0 # Wait for Forgejo to be ready echo "Waiting for Forgejo to be ready..."