Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 29, 2024
1 parent 95be52f commit b7efc21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Lint Dockerfile
if: env.exists == 'false'
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3008
failure-threshold: warning
-
name: Docker metadata
id: meta
Expand Down

0 comments on commit b7efc21

Please sign in to comment.