diff --git a/.github/main.workflow b/.github/main.workflow index 81da93d..0144cd7 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -55,7 +55,7 @@ workflow "Pull Request" { action "Docker Lint [PR]" { uses = "docker://replicated/dockerfilelint" - args = "Dockerfile" + args = "[\"./Dockerfile\"]" } action "Shell Lint [PR]" {