use multistep in docker-image

This commit is contained in:
Yann Hamon 2021-02-14 19:14:04 +01:00
parent 63fb69237e
commit 4b54efbc8c

View file

@ -10,5 +10,5 @@ inputs:
required: true
runs:
using: 'docker'
image: '.github/action/Dockerfile'
image: 'Dockerfile-action'
args: ['${{ inputs.filenames }}']