remove image after compile to save space

remotes/1722699834674540220/tmp_refs/heads/master
Kevin Trocolli 2022-12-10 21:50:11 -05:00 committed by Hay1tsme
parent 5f51699c78
commit 04ca905467
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ mkdir "!BUILD_OUTPUT_PATH!"
docker cp %CONTAINER_NAME%:/segatools/build/zip %BUILD_OUTPUT_PATH%
docker rm -f %CONTAINER_NAME% > nul
docker image rm -f %IMAGE_NAME% > nul
goto success