From 977a06a59e9121e5fc3b78cfe940305105e1c7c9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 12:09:19 +0100 Subject: [PATCH] feat: update Gradle build container to use custom image --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 0b791f2..5362fa7 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -6,7 +6,7 @@ jobs: Build-Gradle: runs-on: ubuntu-latest container: - image: ubuntu:latest + image: gitea.hessj.de/administrator/gradle:0.0.1 steps: - name: Checkout Repository