From 0c2a08b5a34eea984dc155e26030c86ad24d6c66 Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Fri, 3 Sep 2021 16:48:14 -0400 Subject: [PATCH] ci: ignore multiple run commands (#2566) --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 26984fe59..dfb1f9708 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 .