push
suspend fun push(name: String, tag: String? = null, platform: String? = null): Result<Unit, ErrorResponse>
Push an image
Push an image to a registry.
If you wish to push an image on to a private registry, that image must already have a tag which references the registry. For example, registry.example.com/myimage:latest.
The push is then performed by referencing the tag.