dont not delete downloaded images
parent
0d33242dae
commit
00dcaad4b0
|
@ -326,7 +326,7 @@ jobs:
|
||||||
$docker_running = $?
|
$docker_running = $?
|
||||||
}
|
}
|
||||||
Write-Output "Docker is running"
|
Write-Output "Docker is running"
|
||||||
docker system prune -f -a
|
docker system prune -f
|
||||||
- name: Info
|
- name: Info
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
|
@ -464,7 +464,7 @@ jobs:
|
||||||
$docker_running = $?
|
$docker_running = $?
|
||||||
}
|
}
|
||||||
Write-Output "Docker is running"
|
Write-Output "Docker is running"
|
||||||
docker system prune -f -a
|
docker system prune -f
|
||||||
- name: Info
|
- name: Info
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
|
@ -324,7 +324,7 @@ jobs:
|
||||||
$docker_running = $?
|
$docker_running = $?
|
||||||
}
|
}
|
||||||
Write-Output "Docker is running"
|
Write-Output "Docker is running"
|
||||||
docker system prune -f -a
|
docker system prune -f
|
||||||
- name: Info
|
- name: Info
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
|
@ -462,7 +462,7 @@ jobs:
|
||||||
$docker_running = $?
|
$docker_running = $?
|
||||||
}
|
}
|
||||||
Write-Output "Docker is running"
|
Write-Output "Docker is running"
|
||||||
docker system prune -f -a
|
docker system prune -f
|
||||||
- name: Info
|
- name: Info
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
Loading…
Reference in New Issue