ci: ignore multiple run commands (#2566)

This commit is contained in:
Travis Groth 2021-09-03 16:48:14 -04:00 committed by GitHub
parent 719a483b2b
commit 0c2a08b5a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,10 +183,12 @@ jobs:
uses: hadolint/hadolint-action@v1.5.0
with:
Dockerfile: Dockerfile
ignore: DL3059
- name: Hadolint - Debug
uses: hadolint/hadolint-action@v1.5.0
with:
Dockerfile: Dockerfile.debug
ignore: DL3059
- name: build
run: docker build .