diff --git a/.github/main.workflow b/.github/main.workflow index 679ef81..498d701 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -5,7 +5,7 @@ workflow "Pull Request" { action "Docker Lint [PR]" { uses = "docker://replicated/dockerfilelint" - args = "[\"./Dockerfile\"]" + args = "Dockerfile" } action "Shell Lint [PR]" { @@ -36,7 +36,7 @@ action "Master Branch" { action "Docker Lint" { uses = "docker://replicated/dockerfilelint" needs = ["Master Branch"] - args = "[\"./Dockerfile\"]" + args = "Dockerfile" } action "Shell Lint" {