API [version v1.48](https://docs.docker.com/reference/api/engine/version/v1.48/#tag/Image/operation/ImagePush) accepts platform argument as parameter to be passed to `/images/{name}/push` but it is not implemented in [image.py](https://github.com/docker/docker-py/blob/eeb9ea1937ba5e67087551bdabed858fab5e0ef3/docker/api/image.py#L436). Below function should accept platform i.e `JSON-encoded OCI platform to select the platform-variant to push`: ```python def push(self, repository, tag=None, stream=False, auth_config=None, decode=False): ```