Skip to content

Commit a5932ef

Browse files
authored
Merge pull request #1928 from timmaffett/fix_action_rmi_error
Update main.yml to correct docker rmi command. Fixes #1927
2 parents b2c0f61 + 46f4321 commit a5932ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sudo swapoff -a
1616
sudo rm -f /swapfile
1717
sudo apt clean
18-
docker rmi $(docker image ls -aq)
18+
docker image prune -a -f
1919
df -h
2020
- uses: actions/checkout@v3
2121
- name: Set up Python

0 commit comments

Comments
 (0)