You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: #706,
#614
Now when using kwargs in the Image API, the params are passed correctly
into the build
```python
with DockerImage(path=dir, tag="test", buildargs={"MY_ARG": "some_arg"}) as image:
```
Added relevant test + updated docstring to better reflect the usage
0 commit comments