mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42: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
|
|
@ -8,6 +8,4 @@ inputs:
|
|||
default: 'src/config.js'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'src/dockerfile'
|
||||
args:
|
||||
- ${{ inputs.configurationFile }}
|
||||
image: 'src/Dockerfile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue