mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-19 01:47:02 +00:00
use multistep in docker-image
This commit is contained in:
parent
4b54efbc8c
commit
8ce6e39d92
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: 'Dockerfile-action'
|
image: 'docker://docker.pkg.github.com/yannh/kubeconform/kubeconform:latest'
|
||||||
args: ['${{ inputs.filenames }}']
|
args: ['${{ inputs.filenames }}']
|
||||||
Loading…
Reference in a new issue