Skip to content

Commit

Permalink
Fix image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
saville committed Nov 13, 2024
1 parent 4efc743 commit 008630f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildrunner/docker/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def __init__(
timeout=timeout,
)
self.docker_registry = docker_registry
self._image = None
self.image = None
self.intermediate_containers = []

@staticmethod
Expand Down

0 comments on commit 008630f

Please sign in to comment.