Skip to content

Releases: m3ntorship/action-dockerhub-cleanup

1.4

08 Aug 19:53
Compare
Choose a tag to compare
  • fix tags order
    Docker hub for some strange reason doesn't return tags in order of tag_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

08 Aug 19:41
Compare
Choose a tag to compare
  • fix tags order
    Docker hub for some strange reason doesn't return tags in order of tag_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

24 Oct 19:31
Compare
Choose a tag to compare

1.1

24 Oct 17:26
Compare
Choose a tag to compare

1.1 after bundling the whole code with ncc

v1

12 Sep 13:48
Compare
Choose a tag to compare

use token as input not env