"lxc image copy --mode push" of vm image create container image

Hi, I am not sure if i am doing something wrong or is it a bug. I am trying to copy custom vm image from cluster to remote standalone lxd
version 5.12 and zfs storage on both ends

kriszos@pc:~$ lxc image show 80e8043b9db3
auto_update: false
properties:
  architecture: x86_64
  name: chr
  security.secureboot: "false"
public: true
expires_at: 1970-01-01T01:00:00+01:00
profiles:
- default
kriszos@pc:~$ lxc image ls 80e8043b9db3 -c fpats
+--------------+--------+--------------+-----------------+---------+
| FINGERPRINT  | PUBLIC | ARCHITECTURE |      TYPE       |  SIZE   |
+--------------+--------+--------------+-----------------+---------+
| 80e8043b9db3 | yes    | x86_64       | VIRTUAL-MACHINE | 39.31MB |
+--------------+--------+--------------+-----------------+---------+
kriszos@pc:~$ lxc image copy local:80e8043b9db3 ovh-temp: --mode push
Image copied successfully!
kriszos@pc:~$ lxc image ls ovh-temp:80e8043b9db3 -c fpats
+--------------+--------+--------------+-----------+---------+
| FINGERPRINT  | PUBLIC | ARCHITECTURE |   TYPE    |  SIZE   |
+--------------+--------+--------------+-----------+---------+
| 80e8043b9db3 | no     | x86_64       | CONTAINER | 39.31MB |
+--------------+--------+--------------+-----------+---------+

--mode relay works ok

Should i report this on github?

Oh yeah, that looks like a bug… Not sure how the type got messed up along the way…

Please can you report here https://github.com/lxc/lxd/issues thanks