please use the configuration I have written for hadolint

This commit is contained in:
Otthorn 2021-02-23 23:22:51 +01:00
parent c13172d3ff
commit 1129815ca3
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ docker-linter:
stage: quality-assurance
image: hadolint/hadolint
script:
- hadolint Dockerfile
- hadolint docker_ci/Dockerfile.*
- hadolint -c .hadolint Dockerfile
- hadolint -c .hadolint docker_ci/Dockerfile.*
# Compile documentation
documentation: