-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-cmd-file not working #817
Comments
I'm pretty sure it this test which fails: https://github.com/renovatebot/docker-renovate/blob/e0c1bdc511c5c7e912f2b45a669be07447e52cdd/bin/docker-entrypoint.sh#L13 This needs a community contribution to fix, because we don't use this. |
Happy to contribute but I lack a bit of context. What I don't understand is why that file gets called, I would expect that it gets overriden with the docker-cmd-file setting or do I miss something? |
I don't really know whats going wrong, but here is a working example on our ci github-action/.github/workflows/build.yml Line 104 in fd4ca43
|
Finally found it... it was the execution permission after all. I did set them but not in the correct way... If you like it, I with the following changes:
|
sure, go ahead |
@viceice Can we update the description of
|
sure, feel free to open a PR 🤗 |
@viceice Please take a look at #866 |
This issue is maybe related to #794 but that one does not contains a solution and I still got a stable reproduction scenario.
this would explain why it sees a cli config with this value als repositories at least.
I took the examples from this project and stripped it down to a minimal reproduction path.
code: https://github.com/lazytesting/test-renovate
action run: https://github.com/lazytesting/test-renovate/actions/runs/7829422258/job/21361374380
The strange thing is that it seems to work in the e2e test github action of this project but I cannot see the difference.
The text was updated successfully, but these errors were encountered: