Fix last modified image info display in download-image.yml

This commit is contained in:
2025-12-03 17:34:15 +01:00
parent 1dcb59c6d5
commit 8e4f0b676b

View File

@@ -38,7 +38,4 @@
msg: | msg: |
Image cached at: {{ debian_image_path }} Image cached at: {{ debian_image_path }}
Size: {{ debian_img_final.stat.size | int / 1024 / 1024 / 1024 | round(2) }} GB Size: {{ debian_img_final.stat.size | int / 1024 / 1024 / 1024 | round(2) }} GB
{{ debian_img_final.stat.mtime }} Last modified: {{ debian_img_final.stat.mtime | int | strftime('%Y-%m-%d %H:%M:%S') }}
{{ debian_img_final.stat.mtime | type_debug }}
# Last modified: {{ debian_img_final.stat.mtime | int | strftime('%Y-%m-%d %H:%M:%S') }}