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
d3a449f011
commit
63fb69237e
1 changed files with 1 additions and 1 deletions
2
.github/action/action.yml
vendored
2
.github/action/action.yml
vendored
|
|
@ -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 }}']
|
||||
Loading…
Reference in a new issue