We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3991f61 commit ffd94e7Copy full SHA for ffd94e7
.github/workflows/build-docker-images.yml
@@ -31,11 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
steps:
33
- name: Free Disk Space (Ubuntu)
34
- uses: jlumbroso/free-disk-space-action@v1.3.1
35
- with:
36
- # this might remove tools that are actually needed,
37
- # if set to "true" but frees about 6GB
38
- tool-cache: false
+ uses: jlumbroso/free-disk-space@main
39
40
- name: Set up Docker Buildx
41
uses: docker/setup-buildx-action@v3
0 commit comments