Skip to content

Commit

Permalink
fix: delete test-report hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Mar 11, 2024
1 parent 7cde3a6 commit 529e19b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dockerfile-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,3 @@ jobs:
dockerfile: ${{ inputs.dockerfile_path }}
output-file: test-report.json
format: json

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
check_name: "DockerFile Linter - ${{ inputs.image_name }}"
files: |
test-report.json

0 comments on commit 529e19b

Please sign in to comment.