Skip to content

Commit

Permalink
remove docker images if any
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelsonlin0321 committed Oct 15, 2024
1 parent 33860d7 commit 474527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Free Disk Space
run: |
sudo docker rmi -f $(docker images -q)
sudo docker images -q | xargs -r docker rmi -f
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
Expand Down

0 comments on commit 474527b

Please sign in to comment.