Add linting of the Dockerfile
This commit is contained in:
parent
7f0f7aa552
commit
f3a916cf19
@ -1,4 +1,8 @@
|
||||
steps:
|
||||
- name: lint
|
||||
image: hadolint/hadolint:latest-alpine
|
||||
commands:
|
||||
- "hadolint Dockerfile"
|
||||
- name: build
|
||||
image: docker
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user