Skip to content

Commit d064a79

Browse files
authored
chore(ci): group image size graph per day (RocketChat#37539)
1 parent c8d6c60 commit d064a79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/docker-image-size-tracker

.github/actions/docker-image-size-tracker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ runs:
236236
if [[ -d /tmp/history-worktree/history ]]; then
237237
jq -s '.' /tmp/history-worktree/history/*.json 2>/dev/null | jq '
238238
sort_by(.timestamp) |
239-
group_by(.timestamp[0:16]) |
239+
group_by(.timestamp[0:10]) |
240240
map(.[-1]) |
241241
.[-30:]
242242
' > history-data.json || echo "[]" > history-data.json

0 commit comments

Comments
 (0)