Skip to content

Commit ffd94e7

Browse files
committed
fix
1 parent 3991f61 commit ffd94e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- 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
34+
uses: jlumbroso/free-disk-space@main
3935

4036
- name: Set up Docker Buildx
4137
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)