Skip to content

Commit

Permalink
Bug 1325069 - Sort status tags according to semver
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Jun 28, 2016
1 parent 1b04cb2 commit 18d8a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/image/api/v1/conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func Convert_api_TagEventListArray_to_v1_NamedTagEventListArray(in *map[string]n
for key := range *in {
allKeys = append(allKeys, key)
}
sort.Strings(allKeys)
newer.PrioritizeTags(allKeys)

for _, key := range allKeys {
newTagEventList := (*in)[key]
Expand Down

0 comments on commit 18d8a2c

Please sign in to comment.