Struct docker_api::opts::ImagePushOptsBuilder
source · pub struct ImagePushOptsBuilder { /* private fields */ }
Implementations§
source§impl ImagePushOptsBuilder
impl ImagePushOptsBuilder
sourcepub fn tag(self, tag: impl Into<String>) -> Self
pub fn tag(self, tag: impl Into<String>) -> Self
The tag to associate with the image on the registry.