Skip to content

Commit 9a8086f

Browse files
committed
prune unused docker images for windows builds
1 parent fe3d527 commit 9a8086f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
Get-PSDrive
3535
# Cache 済み Docker Image の削除
3636
# Clean unused docker images
37-
docker rmi $(docker images -q -a)
37+
docker image prune -a -f
3838
# Android SDK の削除
3939
# Delete Android SDK
4040
Remove-Item -Recurse -Force $Env:ANDROID_HOME -ErrorAction Ignore

0 commit comments

Comments
 (0)