Skip to content

v1.3

Compare
Choose a tag to compare
@Nilegfx Nilegfx released this 08 Aug 19:41
· 2 commits to master since this release
  • 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 ;) )