mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore: try lowercase dockerfile
This commit is contained in:
parent
5525465215
commit
4afae4c45b
2 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ inputs:
|
||||||
default: 'src/config.js'
|
default: 'src/config.js'
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'src/DockerFile'
|
image: 'src/dockerfile'
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.configurationFile }}
|
- ${{ inputs.configurationFile }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue