Skip to content

Commit

Permalink
there are no containers to prune
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Nov 22, 2023
1 parent 21e19d0 commit f790751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: 'Prune docker (for testing pull time)' # TODO: remove
run: |
docker rm -vf $(docker ps -a -q)
docker rmi -f $(docker images -aq)
docker system prune
Expand Down

0 comments on commit f790751

Please sign in to comment.