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.
2 parents b2c0f61 + 46f4321 commit a5932efCopy full SHA for a5932ef
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
sudo swapoff -a
16
sudo rm -f /swapfile
17
sudo apt clean
18
- docker rmi $(docker image ls -aq)
+ docker image prune -a -f
19
df -h
20
- uses: actions/checkout@v3
21
- name: Set up Python
0 commit comments