From e2b14ab7b5a0c5b1f954997dac40680bf707bfd4 Mon Sep 17 00:00:00 2001 From: Karl-Johan Grahn Date: Mon, 21 Mar 2022 21:32:49 +0100 Subject: [PATCH] fix(qa): update dockerfile path --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 4a011c38..48c81afa 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -51,7 +51,7 @@ jobs: - name: Dockerfile Lint uses: hadolint/hadolint-action@v1.6.0 with: - dockerfile: Dockerfile + dockerfile: ${{env.DOCKER_FILE_PATH}} failure-threshold: warning - name: Link check