add docker lint check
This commit is contained in:
parent
a350bffb47
commit
f45369614a
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
steps:
|
||||
docker_lint:
|
||||
image: pipelinecomponents/hadolint
|
||||
commands:
|
||||
- hadolint -t error Dockerfile
|
||||
|
||||
docker:
|
||||
image: docker:dind
|
||||
secrets: [registry_user, registry_password]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue