mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-22 03:07:01 +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
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://docker.pkg.github.com/yannh/kubeconform/kubeconform:latest'
|
image: '.github/action/Dockerfile'
|
||||||
args: ['${{ inputs.filenames }}']
|
args: ['${{ inputs.filenames }}']
|
||||||
Loading…
Reference in a new issue