We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bf2fd commit 885420dCopy full SHA for 885420d
1 file changed
.github/workflows/deploy.yml
@@ -39,5 +39,5 @@ jobs:
39
docker image ls -a
40
cd /home/whes1015
41
docker compose up -d
42
- docker image rm $(docker images -f "dangling=true" -q)
+ docker images -f "dangling=true" -q | xargs -r docker rmi
43
0 commit comments