Make clean-all not fail if there are no images
This commit is contained in:
parent
448d8a18b4
commit
a65286dccf
2
Makefile
2
Makefile
@ -105,7 +105,7 @@ runner: runner-clean runner-build runner-push
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
clean-all:
|
||||
docker rmi $(shell docker images -q)
|
||||
docker rmi $(shell docker images -q) || /bin/true
|
||||
|
||||
clean-builds: wiki-clean nextcloud-cron-clean proxy-clean certbot-clean runner-clean
|
||||
|
||||
|
Reference in New Issue
Block a user