Skip to content

Commit

Permalink
fix(chore): Fixed docker cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patfeiler committed Oct 14, 2024
1 parent 0ef6aa9 commit 5370921
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 @@ -24,7 +24,7 @@ jobs:
sudo rm -f /swapfile
sudo apt clean
docker image ls -aq
# docker image rm $(docker image ls -aq)
docker image rm $(docker image ls -aq)
df -h
- name: Pull container base image
run: |
Expand Down

0 comments on commit 5370921

Please sign in to comment.