Skip to content

Commit

Permalink
Test hard-coded hadolint dockerfile parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent 10c48c2 commit 31d1c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
steps:
- uses: hadolint/[email protected]
with:
dockerfile: ${{ inputs.docker-context }}/Dockerfile
dockerfile: docker/tna-python/Dockerfile
ignore: SC1091,${{ inputs.ignore-linting-rules }}
- name: ShellCheck
run: |
Expand Down

0 comments on commit 31d1c96

Please sign in to comment.