chore: Add integration test for disableuserns.sh (#104)
This commit is contained in:
parent
6d2a21160d
commit
2c8776d2f2
4 changed files with 92 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue