Fix hadolinter not running.
This commit is contained in:
parent
0bfdd7e661
commit
34134d8190
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -25,6 +25,6 @@ jobs:
|
|||
- bouncer/Dockerfile
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hadolint/hadolint-action@v3
|
||||
- uses: hadolint/hadolint-action@v3.1.0 # Yes you have to be version-specific, because they don't publish v3
|
||||
with:
|
||||
dockerfile: ./${{ matrix.dockerfile }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue