Skip to content

Commit d4dc944

Browse files
committed
chore: fix size script (again)
1 parent c7317b5 commit d4dc944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/container-size-diff/container-size-diff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TO_CONTAINER=${2:?}
88
format_size() {
99
local SIZE=${1:?}
1010

11-
numfmt --to iec --format '%.2f' -- "${size}"
11+
numfmt --to iec --format '%.2f' -- "${SIZE}"
1212
}
1313

1414
get_sizes_from_manifest() {

0 commit comments

Comments
 (0)