fix: the Dockerfile MUST have a lowercase F for GitHub Action to work

This commit is contained in:
Jeroen de Bruijn 2020-03-19 20:55:40 +01:00
parent 3ff327a8cc
commit 3e4d5f0dd6
No known key found for this signature in database
GPG key ID: 7D12D6AB2A547EBB
5 changed files with 19 additions and 16 deletions

View file

@ -8,6 +8,4 @@ inputs:
default: 'src/config.js'
runs:
using: 'docker'
image: 'src/dockerfile'
args:
- ${{ inputs.configurationFile }}
image: 'src/Dockerfile'