cmd: add /
This commit is contained in:
parent
393bc80c03
commit
902c871bd1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pub fn gen_args(config: &crate::Cli) -> Vec<String> {
|
|||
args.push(format!("dockerfile={}", config.dockerfile));
|
||||
|
||||
args.push(String::from("--output"));
|
||||
args.push(format!("type=image,name={}{},push=true", config.registry, config.repo));
|
||||
args.push(format!("type=image,name={}/{},push=true", config.registry, config.repo));
|
||||
|
||||
args
|
||||
}
|
||||
|
|
Reference in a new issue