neilmunday / slurm-mail

Slurm-Mail is a drop in replacement for Slurm's e-mails to give users much more information about their jobs compared to the standard Slurm e-mails.
GNU General Public License v3.0
97 stars 39 forks source link

Add workflow to delete old SLURM docker images #105

Closed neilmunday closed 10 months ago

neilmunday commented 10 months ago

Consider making a workflow to automatically delete old SLURM docker images. Must take care to keep images for the versions of SLURM that are used in the test and release workflow.

This action may help: https://github.com/actions/delete-package-versions

neilmunday commented 10 months ago

Workflow added.