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