Skip to content

Commit

Permalink
Revert "Remove pre-cached Docker images when preparing runner"
Browse files Browse the repository at this point in the history
This reverts commit f468dc3.

See spring-projectsgh-42579
  • Loading branch information
wilkinsona committed Oct 10, 2024
1 parent f468dc3 commit 035d12a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/prepare-gradle-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ 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 035d12a

Please sign in to comment.