Skip to content

Commit

Permalink
Volume prune not going
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Aug 31, 2023
1 parent f6fa31f commit da08806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
docker image prune --all -f --filter "until=48h"
docker system prune --all -f --filter "until=48h"
docker volume prune --all -f --filter "until=48h"
docker volume prune -f --filter "until=48h"
latest-cpu:
name: "Latest Accelerate CPU [dev]"
Expand Down

0 comments on commit da08806

Please sign in to comment.