We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88902a6 commit 403677aCopy full SHA for 403677a
.github/actions/docker-build/action.yml
@@ -81,14 +81,6 @@ runs:
81
uses: ./.github/actions/docker-login
82
with:
83
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
92
- name: Build image
93
id: build
94
shell: bash
0 commit comments