generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Not able to delete multiple tags using the action #108
Comments
A workaround is to use a matrix job, you can take a list of the tags and pass it to jq to convert to a json array:
|
@TaniyaVincent Is the workaround sufficient for your use case? Can we close this ticket? |
I fixed this in a new project. https://github.com/dataaxiom/ghcr-cleanup-action which also supports untagging, so it doesn't delete the image if there are still tags on it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to pass the list of tags to be deleted as a text file. Currently, I am able to pass only one tag. Is there a way I can give multiple tags as input in this action?
The text was updated successfully, but these errors were encountered: