diff --git a/action.yml b/action.yml index ee74f57..270eb4a 100644 --- a/action.yml +++ b/action.yml @@ -10,5 +10,5 @@ inputs: required: true runs: using: 'docker' - image: 'docker://docker.pkg.github.com/yannh/kubeconform/kubeconform:latest' + image: 'Dockerfile' args: ['${{ inputs.filenames }}'] \ No newline at end of file