mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-24 05:20:10 +01:00
remove image after compile to save space
This commit is contained in:
parent
5f51699c78
commit
04ca905467
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user