chore: Add integration test for disableuserns.sh (#104)

This commit is contained in:
Gerald Pinder 2024-03-02 15:09:21 -05:00 committed by GitHub
parent 6d2a21160d
commit 2c8776d2f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 92 additions and 5 deletions

View file

@ -387,7 +387,11 @@ impl BuildCommand {
build_strat.tag(&full_image, image_name, tag)?;
if self.push {
let retry_count = if !self.no_retry_push { self.retry_count } else { 0 };
let retry_count = if !self.no_retry_push {
self.retry_count
} else {
0
};
debug!("Pushing all images");
// Push images with retries (1s delay between retries)