build: Docker lint exception (#813)
This commit is contained in:
parent
760fe9a31f
commit
80c5ba2231
|
@ -21,5 +21,5 @@ jobs:
|
||||||
uses: hadolint/hadolint-action@v3.1.0
|
uses: hadolint/hadolint-action@v3.1.0
|
||||||
with:
|
with:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ignore: DL3008
|
ignore: DL3006,DL3008
|
||||||
failure-threshold: warning
|
failure-threshold: warning
|
||||||
|
|
Loading…
Reference in New Issue