mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-23 11:47:01 +00:00
use multistep in docker-image
This commit is contained in:
parent
63fb69237e
commit
4b54efbc8c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ inputs:
|
||||||
required: true
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: '.github/action/Dockerfile'
|
image: 'Dockerfile-action'
|
||||||
args: ['${{ inputs.filenames }}']
|
args: ['${{ inputs.filenames }}']
|
||||||
Loading…
Reference in a new issue