Skip to content

Commit

Permalink
update hadolint command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Jun 26, 2024
1 parent c82e560 commit 2d06c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
sudo curl -L https://github.com/hadolint/hadolint/releases/download/v${{ env.HADOLINT_VERSION }}/hadolint-Linux-x86_64 --output hadolint
sudo chmod +x hadolint
./hadolint . --no-fail
./hadolint ./Dockerfile --no-fail
- name: Build image locally
run: |
Expand Down

0 comments on commit 2d06c5c

Please sign in to comment.