-
Notifications
You must be signed in to change notification settings - Fork 136
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 workflows to list and remove images #162
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Have a small nit, I think we should remove the default value argument
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to remove the arguments parameter
Head branch was pushed to by a user without write access
@elviskahoro I'm going to look deeper into these build errors today and hopefully have a fix soon. Apologies for all the back and forth. |
@elviskahoro cargo build is working locally, we can try this again whenever you get a chance. Thanks again for all the help. |
Running CI/CD! |
Overview
This PR adds two docker workflows to help users list and then remove specific images
Discord username -> guel_codes#2183
Description of changes
specs/docker/remove_docker_images_from_local.yaml
- addedspecs/docker/list_docker_images_from_local.yaml
- added