You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dockerhub/dockerhub-list-tags.sh
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,27 @@ dockerhub_list_tags()
42
42
43
43
# This command will filter the number versions and limited to one dot (.) and two versions such as 0.1 or all versions if LOCAL_GET_TWO_DIGITS_VERSIONS is set to false
44
44
if [[ "$LOCAL_GET_TWO_DIGITS_VERSIONS"==true ]];then
0 commit comments