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