We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9a2b8 commit 803682cCopy full SHA for 803682c
.github/workflows/build.yaml
@@ -174,7 +174,7 @@ jobs:
174
IMAGE="geti-tune-${DEVICE}:${TAG}"
175
if docker image inspect "$IMAGE" >/dev/null 2>&1; then
176
size_bytes=$(docker image inspect "$IMAGE" --format='{{.Size}}')
177
- size_readable=$(numfmt --to=iec --format "%.1f" "$size_bytes")
+ size_readable=$(numfmt --to=si --format "%.2f" "$size_bytes")
178
echo "| $IMAGE | $size_readable |" >> image-sizes/${DEVICE}.md
179
fi
180
done
0 commit comments