We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27712e1 commit 3cffa02Copy full SHA for 3cffa02
1 file changed
.github/workflows/docker-publish.yml
@@ -32,6 +32,18 @@ jobs:
32
packages: write
33
34
steps:
35
+ - name: Free disk space
36
+ uses: jlumbroso/free-disk-space@main
37
+ with:
38
+ # Remove unnecessary tools to free up space
39
+ tool-cache: true
40
+ android: true
41
+ dotnet: true
42
+ haskell: true
43
+ large-packages: true
44
+ docker-images: true
45
+ swap-storage: true
46
+
47
- name: Checkout repository
48
uses: actions/checkout@v6
49
0 commit comments