From 31d1c969558538e812762013b63496023a2baf06 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 7 Nov 2024 09:41:19 +0000 Subject: [PATCH] Test hard-coded hadolint dockerfile parameter --- .github/actions/lint/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lint/action.yml b/.github/actions/lint/action.yml index cc60180..3be3a11 100644 --- a/.github/actions/lint/action.yml +++ b/.github/actions/lint/action.yml @@ -13,7 +13,7 @@ runs: steps: - uses: hadolint/hadolint-action@v3.1.0 with: - dockerfile: ${{ inputs.docker-context }}/Dockerfile + dockerfile: docker/tna-python/Dockerfile ignore: SC1091,${{ inputs.ignore-linting-rules }} - name: ShellCheck run: |