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