Skip to main content

push

Function push 

Source
pub async fn push(image: &OciImage, reference: &str) -> Result<String>
Expand description

Push an OciImage to a registry.

Returns the digest of the pushed manifest.