Skip to content

Commit 08272b8

Browse files
ko3n1gabhinavg4
authored andcommitted
ci: Prune dangling images (#11885)
Signed-off-by: oliver könig <okoenig@nvidia.com> Signed-off-by: Abhinav Garg <abhgarg@nvidia.com>
1 parent 642256c commit 08272b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_test_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- name: Docker system cleanup
4949
run: |
50-
docker system prune -a --filter "until=24h" --force || true
50+
docker system prune -af --filter "until=24h" --force || true
5151
5252
- name: Docker pull image
5353
run: |

0 commit comments

Comments
 (0)