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:
|
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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user