Skip to content

Commit

Permalink
explicit all
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Aug 31, 2023
1 parent b3ab86a commit f6fa31f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
steps:
- name: Clean storage
run: |
docker image prune -a -f --filter "until=48h"
docker system prune -a -f --filter "until=48h"
docker volume prune -a -f --filter "until=48h"
docker image prune --all -f --filter "until=48h"
docker system prune --all -f --filter "until=48h"
docker volume prune --all -f --filter "until=48h"
latest-cpu:
name: "Latest Accelerate CPU [dev]"
Expand Down

0 comments on commit f6fa31f

Please sign in to comment.