Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker system prune action Iteration=3 #1069

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

NdibeRaymond
Copy link
Collaborator

use docker volume rm "$volume" 2> /dev/null || true so an error (like volume still in use) won't cause action to exit with 1

Issue: #1030

use `docker volume rm "$volume" 2> /dev/null || true`
so an error (like volume still in use) won't cause action to exit with 1

Issue: #1030
Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]>
@NdibeRaymond NdibeRaymond merged commit 713af51 into master Dec 29, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant