feat: add get_resolved_docker_registry

This commit is contained in:
2020-11-15 01:10:29 +08:00
parent 500ae4f868
commit f6efe6ec59
3 changed files with 38 additions and 11 deletions

View File

@@ -2,5 +2,5 @@ use serde::{Serialize, Deserialize};
#[derive(Serialize, Deserialize)]
pub struct DockerBuildConfig {
image: Option<String>,
}