Skip to content
Snippets Groups Projects
Commit 1a2b5cd9 authored by Jesus Alvarez's avatar Jesus Alvarez
Browse files

Don't care if docker prune cleanup fails

parent f068a137
No related branches found
No related tags found
No related merge requests found
......@@ -40,4 +40,4 @@ done
docker rmi -f ${image}
# TODO: cleanup after pipeline
# docker rmi -f rockylinux:9
docker image prune -f --filter "dangling=true"
docker image prune -f --filter "dangling=true" || true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment