Skip to content

Commit

Permalink
uses: hadolint/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
pastakhov committed Oct 13, 2024
1 parent fd05167 commit 347fdb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
- uses: actions/checkout@v3
-
name: Run linter (hadolint)
uses: vedmaka/hadolint-action@master
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: "Dockerfile"
config: "hadolint.yaml"
no-color: true

# Push image to GitHub Packages.
# The image tag pattern is:
Expand Down

0 comments on commit 347fdb3

Please sign in to comment.