Ultralytics Cleanup Disk action in docker.yaml (#17194)
This commit is contained in:
parent
8d203cf40d
commit
d02a0e5d4f
1 changed files with 2 additions and 5 deletions
7
.github/workflows/docker.yaml
vendored
7
.github/workflows/docker.yaml
vendored
|
|
@ -84,11 +84,8 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
new_release: ${{ steps.check_tag.outputs.new_release }}
|
new_release: ${{ steps.check_tag.outputs.new_release }}
|
||||||
steps:
|
steps:
|
||||||
- name: Cleanup disk
|
- name: Cleanup disk space
|
||||||
# Free up to 30GB of disk space per https://github.com/ultralytics/ultralytics/pull/15848
|
uses: ultralytics/actions/cleanup-disk@main
|
||||||
uses: jlumbroso/free-disk-space@v1.3.1
|
|
||||||
with:
|
|
||||||
tool-cache: true
|
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue