We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b5841 commit 1b5b4feCopy full SHA for 1b5b4fe
.github/actions/free_disk_space_on_linux/action.yaml
@@ -9,4 +9,4 @@ runs:
9
run: |-
10
sudo swapoff -a
11
sudo rm -rf /swapfile /usr/share/dotnet /usr/local/lib/android /opt/ghc "$ANDROID_HOME" /usr/local/.ghcup /usr/local/share/powershell /opt/az /opt/microsoft /etc/skel
12
- docker rmi $(docker images -q) -f
+ docker images -q | xargs -r docker rmi -f
0 commit comments