feat: update Gradle build container to use ubuntu:latest
Some checks are pending
Gitea Actions Demo / Build-Gradle (push) Waiting to run

This commit is contained in:
Your Name
2025-03-27 11:59:11 +01:00
parent 35682d0d61
commit 9f2cd9f91b

View File

@@ -6,12 +6,8 @@ jobs:
Build-Gradle: Build-Gradle:
runs-on: local runs-on: local
container: container:
image: gitea.hessj.de/administrator/gradle:0.0.1 image: ubuntu:latest
steps: steps:
# - name: Checkout Repository
# uses: actions/checkout@v4
- name: List files in the repository - name: List files in the repository
run: ls ${{ gitea.workspace }} run: ls ${{ gitea.workspace }}