fix: Fix lints and be sure to login before build in rechunk

This commit is contained in:
Gerald Pinder 2025-03-26 14:11:43 -04:00
parent 185a34f86b
commit 51fd86ed6b
3 changed files with 4 additions and 3 deletions

View file

@ -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()?;
}