Anton Buyskikh

Results 6 comments of Anton Buyskikh

Yeah, the issue is that DUMMY_IMAGE_NAME is used instead of INPUT_IMAGE_TAG

I have installed **via Git clone** on Ubuntu 18.04 and didn't have this issue any more, i.e. the prompt works fine. Should this issue be closed then?

The issue 6 months ago was that `image_name` was ignored or overwritten by `my_awesome_image` So my walk-round back then was: ``` - name: Build image uses: whoan/docker-build-with-cache-action@v5 with: username: password:...

Hi @whoan, thanks for the quick reply! However, I think there is still something not quite right, I might have not explained it clearly in the first place. I'd like...

Perhaps the best experience would be if the action followed the defaults of mypy istself, which is described on the top of https://mypy.readthedocs.io/en/stable/config_file.html : > Mypy supports reading configuration settings...

@gillespilloudkerlink before it's done, you can install this package directly with git references, e.g. ``` pip install git+https://github.com/Dicklesworthstone/sqlalchemy_data_model_visualizer.git@main ``` or add this to `pyproject.toml` if you use Poetry or similar...