feat: update Gradle build container to use ubuntu:latest
Some checks are pending
Gitea Actions Demo / Build-Gradle (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Build-Gradle (push) Waiting to run
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user