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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]" {