From 9f2cd9f91be02f6e2eba78c969cac93c1b5f527f Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 11:59:11 +0100 Subject: [PATCH] feat: update Gradle build container to use ubuntu:latest --- .gitea/workflows/action.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index c8e96f0..e2f18e3 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -6,12 +6,8 @@ jobs: Build-Gradle: runs-on: local container: - image: gitea.hessj.de/administrator/gradle:0.0.1 + image: ubuntu:latest steps: - - # - name: Checkout Repository - # uses: actions/checkout@v4 - - name: List files in the repository run: ls ${{ gitea.workspace }}