Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add an additional cleanup command to the self hosted runner hooks
- sometimes the images need to be manually cleaned out prior to running 'podman system reset --force' so add a call to 'podman rmi --all --force' - this seems counter intuitive because the 'system reset --force' should be taking care of this -- it makes me wonder if this is a "bug" in an older version of podman and wouldn't be required if newer software levels were being used
- Loading branch information