Skip to content

Commit

Permalink
fix: rmi no args
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 authored Jan 20, 2025
1 parent 2f786ff commit dd786ba
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 @@ -66,7 +66,7 @@ jobs:
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
docker image ls -aq | xargs -r docker rmi
df -h
- name: upload webgl template
Expand Down

0 comments on commit dd786ba

Please sign in to comment.