mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 17:32:35 +00:00
fix: the Dockerfile MUST have a lowercase F for GitHub Action to work
This commit is contained in:
parent
3ff327a8cc
commit
3e4d5f0dd6
5 changed files with 19 additions and 16 deletions
5
src/Dockerfile
Normal file
5
src/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM renovate/renovate:19.175.0
|
||||
|
||||
COPY src/entrypoint.sh /usr/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/usr/entrypoint.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue