Add automated cleanup for old container images#11
Merged
Conversation
Co-authored-by: corytodd <2796559+corytodd@users.noreply.github.com>
Co-authored-by: corytodd <2796559+corytodd@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add workflow to delete old images keeping the latest three
Add automated cleanup for old container images
Jan 12, 2026
Owner
|
@copilot reword the commits to look this the rest of the tree. e.g. |
Contributor
Author
I don't have force-push access to rewrite the commit history on this branch. The commits can be squashed when merging the PR using GitHub's "Squash and merge" option, which will create a single commit with a message you can edit to match the format (e.g., "ci: add image auto-purge"). Alternatively, if you'd like me to squash the commits on the branch itself, I would need force-push permissions to rewrite the branch history. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automatically delete old container images from GHCR, retaining only the 3 most recent SHA-tagged versions plus the
latesttag.Changes
cleanupjob to.github/workflows/image.ymlthat runs after successful buildsactions/delete-package-versions@v5with:min-versions-to-keep: 3to retain 3 most recent versionsignore-versions: '^latest$'to preserve the latest taggithub.event.repository.nameBehavior
The cleanup job triggers automatically after each image push, removing old SHA-tagged images while preserving:
latesttag (always retained)Leverages existing workflow permissions (
packages: write,contents: read).Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.