Skip to content

Commit e098c30

Browse files
committed
update WF
1 parent 88c0c59 commit e098c30

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,10 @@ jobs:
4242
contents: read
4343
packages: write
4444
steps:
45-
- name: Free Disk Space (Ubuntu)
46-
uses: jlumbroso/free-disk-space@main
47-
with:
48-
# this might remove tools that are actually needed,
49-
# if set to "true" but frees about 6 GB
50-
tool-cache: false
51-
52-
# all of these default to true, but feel free to set to
53-
# "false" if necessary for your workflow
54-
android: true
55-
dotnet: true
56-
haskell: true
57-
large-packages: true
58-
docker-images: true
59-
swap-storage: true
45+
- name: Remove unnecessary files
46+
run: |
47+
sudo rm -rf /usr/share/dotnet
48+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
6049
- name: Check disk
6150
run: df -h
6251
- name: Set up Java

0 commit comments

Comments
 (0)