From 1b0cc028ca00acd4b8a542e90c0333c7868a7adb Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Tue, 30 Aug 2022 18:06:53 -0700 Subject: [PATCH] chore: Update bentoml/bentos.py Co-authored-by: Sauyon Lee <2347889+sauyon@users.noreply.github.com> --- bentoml/bentos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bentoml/bentos.py b/bentoml/bentos.py index 7bba3c34f11..686c8d8ad44 100644 --- a/bentoml/bentos.py +++ b/bentoml/bentos.py @@ -465,7 +465,7 @@ def containerize( ) return False else: - custom_tags = False if not isinstance(docker_image_tag, str) else True + custom_tags = isinstance(docker_image_tag, str) logger.info( 'Successfully built docker image for "%s" with tags "%s"', str(bento.tag),