Skip to content

Is a Docker action required to have DockerFile in the root? #25195

Discussion options

You must be logged in to vote

Thanks for the response. I probably wasn’t too clear about it in my initial message but I know how Docker works. Regardless, thanks for your clear explanation.

I’ve tried a whole bunch of different options, but apparently the name of the Dockerfile cannot contain any upercase characters other that the first uppercase character. So “Dockerfile” and “dockerfile” are both fine but “DockerFile” isn’t. That seemed to have been the issue as I now have successfull build (example).

I’ve also seen people use that, but that would only work for running the action on push of the master branch, and not for PRs.

uses: vidavidorra/github-action-renovate@master

I’m now using the following with my Docker…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant