Skip to content

Commit

Permalink
Update docker images cleaning command
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinguitar committed Jan 13, 2025
1 parent ffba6c4 commit c7b62a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
docker images -q | xargs docker rmi
df -h
# https://www.droidcon.com/2023/04/04/securely-create-android-release-using-github-actions/
Expand Down

0 comments on commit c7b62a2

Please sign in to comment.