Add linting of the Dockerfile #6
@ -1,4 +1,8 @@
|
||||
steps:
|
||||
- name: lint
|
||||
image: hadolint/hadolint:latest-alpine
|
||||
commands:
|
||||
- "hadolint --failure-threshold error Dockerfile"
|
||||
- name: build
|
||||
image: docker
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user