From 80ef645fc63656191dcb61069f6e1b317fccfd20 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 31 Oct 2025 14:18:22 +0100 Subject: [PATCH] ma img --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 7723b42..98718c7 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -85,7 +85,7 @@ jobs: name: Set up Java for Backend Tests and Build runs-on: ubuntu-latest container: - image: ghcr.io/adoptium/temurin:21-jdk + image: eclipse-temurin:21-jdk steps: # Checkout repository