Skip to content

Commit 8e68ef1

Browse files
authored
action: update command to remove docker image
1 parent 703c337 commit 8e68ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openwrt-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
DEBIAN_FRONTEND: noninteractive
2929
run: |
30-
docker rmi `docker images -q`
30+
docker image prune -f
3131
sudo -E rm -rf /usr/share/dotnet /etc/mysql /etc/php /etc/apt/sources.list.d /usr/local/lib/android
3232
sudo -E apt-mark hold grub-efi-amd64-signed
3333
sudo -E apt update

0 commit comments

Comments
 (0)