Releases: m3ntorship/action-dockerhub-cleanup
1.4
-
fix tags order
Docker hub for some strange reason doesn't return tags in order oftag_last_pushed
dates and doesn't also provide an parameters to sort tags by date. so we had to fetch all tags recursively, then sort them and then figure out which tags to delete based on action's user's input(s) -
allow action to be used with docker hub username and password (more useable for free accounts and doesn't need to upgrade in order to use this action ;) )
-
fix axios vulnerability
v1.3
-
fix tags order
Docker hub for some strange reason doesn't return tags in order oftag_last_pushed
dates and doesn't also provide an parameters to sort tags by date. so we had to fetch all tags recursively, then sort them and then figure out which tags to delete based on action's user's input(s) -
allow action to be used with docker hub username and password (more useable for free accounts and doesn't need to upgrade in order to use this action ;) )
1.2
1.1
1.1 after bundling the whole code with ncc
v1
use token as input not env