Added ability to ignore tags when deleting packages#104
Added ability to ignore tags when deleting packages#104Hayena wants to merge 2 commits intoactions:mainfrom
Conversation
0dcd581 to
bf25fb8
Compare
|
The inverse of this would also be very nice. "Delete only these tags". |
|
This would be a very helpful for maintaining container packages. Would be great if we can get a reviewer! |
|
Any plans on merging this PR? |
|
What is the status? This would be great! |
- add a step in docker-build-and-test to delete old published containers - should delete all but 'main', 'latest' and release containers - we have to use my own fork of actions/delete-package-versions at the moment to have access to 'dry-run' and 'ignore-versions-include-tags' features - [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits) - [tags](actions/delete-package-versions#104) Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
- add a step in docker-build-and-test to delete old published containers - should delete all but 'main', 'latest' and release containers - we have to use my own fork of actions/delete-package-versions at the moment to have access to 'dry-run' and 'ignore-versions-include-tags' features - [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits) - [tags](actions/delete-package-versions#104) Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
- add a step in docker-build-and-test to delete old published containers - should delete all but 'main', 'latest' and release containers - we have to use my own fork of actions/delete-package-versions at the moment to have access to 'dry-run' and 'ignore-versions-include-tags' features - [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits) - [tags](actions/delete-package-versions#104) Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
- add a step in docker-build-and-test to delete old published containers - should delete all but 'main', 'latest' and release containers - we have to use my own fork of actions/delete-package-versions at the moment to have access to 'dry-run' and 'ignore-versions-include-tags' features - [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits) - [tags](actions/delete-package-versions#104) Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
- add a step in docker-build-and-test to delete old published containers - should delete all but 'main', 'latest' and release containers - we have to use my own fork of actions/delete-package-versions at the moment to have access to 'dry-run' and 'ignore-versions-include-tags' features - [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits) - [tags](actions/delete-package-versions#104) Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
- add a step in docker-build-and-test to delete old published containers - should delete all but 'main', 'latest' and release containers - we have to use my own fork of actions/delete-package-versions at the moment to have access to 'dry-run' and 'ignore-versions-include-tags' features - [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits) - [tags](actions/delete-package-versions#104) Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
Co-authored-by: David Fèvre <62677553+davidfevre-gouv-nc@users.noreply.github.com>
|
this feature would be very useful cc @jidicula |
|
@davidfevre-gouv-nc any chance of getting this merged? |
Hi @AtomicFS, I added my code review to mark my interest in this feature but I am not part of the CODEOWNERS, so not able to merge 😞 |
|
@davidfevre-gouv-nc Oh I see, sorry for the unnecessary ping. |
|
Any updates on this? Would be great if it could be merged. |
|
Maybe @conorsloan could help ? By the way, I now use vlaurin/action-ghcr-prune. |
|
I am also watching this issue to see how it does. FWIW, I use emmahsax/action-ghcr-prune (which is a fork of a fork of vlaurin's version). |
|
Can we merge this? |
This PR contains a possible implementation for #88. This implementation adds a input parameter to enable ignoring of tags based on the existing
ignore-versionsinput