Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Nov 4, 2023
1 parent e2c977b commit f3e98c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Install Java
uses: actions/setup-java@v3
with:
- java-version: '17.0.5+8'
distribution: 'temurin'

- name: Free disk space
run: |
df -h
Expand Down

0 comments on commit f3e98c2

Please sign in to comment.