Skip to content

Commit 403677a

Browse files
committed
Remove clean up
Signed-off-by: pvijayakrish <[email protected]>
1 parent 88902a6 commit 403677a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/actions/docker-build/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ runs:
8181
uses: ./.github/actions/docker-login
8282
with:
8383
ngc_ci_access_token: ${{ inputs.ngc_ci_access_token }}
84-
- name: Cleanup
85-
if: always()
86-
shell: bash
87-
run: |
88-
# Clean up dangling/untagged images only, preserve build cache for subsequent builds
89-
docker image prune -f
90-
# Remove old containers older than 24 hours
91-
docker container prune -f --filter "until=24h" || true
9284
- name: Build image
9385
id: build
9486
shell: bash

0 commit comments

Comments
 (0)