We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I pushed the same image with multiple tags (tag1 and tag2)
tag1
tag2
Then I run ghcr.-delete-image-action only on tag1
When I try to docker pull image:tag2 it fails with manifest unknown.
docker pull image:tag2
It deleted the image even that it was still tagged with some other tag.
I think this action should only delete the tag, and then delete the image only if there are no other tags.
WDYT?
The text was updated successfully, but these errors were encountered:
I fixed this in a new project. https://github.com/dataaxiom/ghcr-cleanup-action
Sorry, something went wrong.
No branches or pull requests
I pushed the same image with multiple tags (
tag1
andtag2
)Then I run ghcr.-delete-image-action only on
tag1
When I try to
docker pull image:tag2
it fails with manifest unknown.It deleted the image even that it was still tagged with some other tag.
I think this action should only delete the tag, and then delete the image only if there are no other tags.
WDYT?
The text was updated successfully, but these errors were encountered: