dont not delete downloaded images

pull/9211/head
Medya Gh 2020-09-11 18:46:53 -07:00
parent 0d33242dae
commit 00dcaad4b0
2 changed files with 4 additions and 4 deletions

View File

@ -326,7 +326,7 @@ jobs:
$docker_running = $?
}
Write-Output "Docker is running"
docker system prune -f -a
docker system prune -f
- name: Info
shell: powershell
run: |
@ -464,7 +464,7 @@ jobs:
$docker_running = $?
}
Write-Output "Docker is running"
docker system prune -f -a
docker system prune -f
- name: Info
continue-on-error: true
shell: powershell

View File

@ -324,7 +324,7 @@ jobs:
$docker_running = $?
}
Write-Output "Docker is running"
docker system prune -f -a
docker system prune -f
- name: Info
shell: powershell
run: |
@ -462,7 +462,7 @@ jobs:
$docker_running = $?
}
Write-Output "Docker is running"
docker system prune -f -a
docker system prune -f
- name: Info
continue-on-error: true
shell: powershell