Skip to content

Commit 172ab66

Browse files
committed
Minor improve to docker.py wrap
1 parent f3fe672 commit 172ab66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def inspect_image(self, image):
209209
if "WorkingDir" not in oci_image_configuration:
210210
oci_image_configuration["WorkingDir"] = ""
211211

212-
return Image(tags=config["RepoTags"], config=oci_image_configuration)
212+
return Image(tags=tags, config=oci_image_configuration)
213213

214214
@contextmanager
215215
def docker_login(self, username, password, registry):

0 commit comments

Comments
 (0)