From 9ea796b2a22284bf05209d6bfc763d05c56898f2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 12:15:28 +0100 Subject: [PATCH] feat: update Gradle build container image to version 0.0.2 --- .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 5362fa7..43f0731 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -6,7 +6,7 @@ jobs: Build-Gradle: runs-on: ubuntu-latest container: - image: gitea.hessj.de/administrator/gradle:0.0.1 + image: gitea.hessj.de/administrator/gradle:0.0.2 steps: - name: Checkout Repository