Skip to content

Commit

Permalink
Remove pre-cached Docker images when preparing runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 10, 2024
1 parent 820b42c commit f468dc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/prepare-gradle-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ runs:
- name: Free Disk Space
if: ${{ runner.os == 'Linux' }}
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
with:
docker-images: false
- name: Set Up Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit f468dc3

Please sign in to comment.