openzim / _python-bootstrap

Sample openZIM Python project bootstrap
1 stars 2 forks source link

Cleanup untagged Docker images #43

Open benoit74 opened 3 months ago

benoit74 commented 3 months ago

Docker images keeps pilling up in the GHCR, since we have no solution to clean them up.

We should probably implement https://github.com/vlaurin/action-ghcr-prune to automatically clean the untagged images at the end of each run of the PublishDevDockerImage workflow.

rgaudin commented 3 months ago

Strongly in favor. We should also apply it to non-bootstrap projects

benoit74 commented 3 months ago

Of course, I've just opened the issue here first to ensure we are aligned before deploying the approach in the wild ^^