We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3d527 commit 9a8086fCopy full SHA for 9a8086f
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
Get-PSDrive
35
# Cache 済み Docker Image の削除
36
# Clean unused docker images
37
- docker rmi $(docker images -q -a)
+ docker image prune -a -f
38
# Android SDK の削除
39
# Delete Android SDK
40
Remove-Item -Recurse -Force $Env:ANDROID_HOME -ErrorAction Ignore
0 commit comments