use multistep in docker-image

This commit is contained in:
Yann Hamon 2021-02-14 19:08:53 +01:00
parent d3a449f011
commit 63fb69237e

View file

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