github-action icon indicating copy to clipboard operation
github-action copied to clipboard

How to pass command line arguments to docker run: Unable to use writeDiscoveredRepos

Open cep21 opened this issue 2 years ago • 2 comments

I don't see a way to pass CLI arguments to the running docker file. How do I take advantage of writeDiscoveredRepos which does not have an environment variable?

https://docs.renovatebot.com/self-hosted-configuration/#writediscoveredrepos

cep21 avatar Jun 28 '23 20:06 cep21

I'm guessing you can try putting config in config.js. Alternatively, submit a PR enabling ENV for this param

rarkins avatar Jun 29 '23 05:06 rarkins

or send a PR to allow to configure this via a action parameter.

viceice avatar Jun 29 '23 07:06 viceice