Skip to content

Commit

Permalink
Make best-effort deletion
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Bender <[email protected]>
  • Loading branch information
2 people authored and modulo11 committed Dec 9, 2024
1 parent ddfa7a6 commit 6ee3a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func (c *Reconciler) finalize(ctx context.Context, build *buildapi.Build) error
}

if err := c.RegistryClient.Delete(keychain, build.Status.LatestImage); err != nil {
return err
//logger.Printf(errors.Wrapf(err, "Could not delete image %q", build.Status.LatestImage))
}
}

Expand Down

0 comments on commit 6ee3a13

Please sign in to comment.