fix: Fix lints and be sure to login before build in rechunk
This commit is contained in:
parent
185a34f86b
commit
51fd86ed6b
3 changed files with 4 additions and 3 deletions
|
|
@ -161,7 +161,7 @@ impl BlueBuildCommand for BuildCommand {
|
|||
if self.push {
|
||||
blue_build_utils::check_command_exists("cosign")?;
|
||||
Driver::check_signing_files(&CheckKeyPairOpts::builder().dir(Path::new(".")).build())?;
|
||||
Driver::login(self.rechunk)?;
|
||||
Driver::login(false)?;
|
||||
Driver::signing_login()?;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue