Fixing Docker Lint

This commit is contained in:
Oleksandr Bordun
2019-04-22 00:28:20 +02:00
committed by GitHub
parent 6f4d654ec1
commit 2f417a09c0
+1 -1
View File
@@ -55,7 +55,7 @@ workflow "Pull Request" {
action "Docker Lint [PR]" {
uses = "docker://replicated/dockerfilelint"
args = "[\"Dockerfile\"]"
args = "Dockerfile"
}
action "Shell Lint [PR]" {