Skip to content

Commit

Permalink
ci: rollback config hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Jun 17, 2022
1 parent b8d1c9b commit a0c08b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
continue-on-error: false

- name: Hadolint
uses: reviewdog/action-hadolint@v1
uses: hadolint/hadolint-action@v2.1.0
with:
hadolint_flags: --config ${{ github.workspace }}/.github/config/.hadolint.yml
dockerfile: Dockerfile
config: ${{ github.workspace }}/.github/config/.hadolint.yml

0 comments on commit a0c08b7

Please sign in to comment.