Fix hadolinter
This commit is contained in:
parent
b2a64eca52
commit
5e125d89cb
1 changed files with 4 additions and 3 deletions
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
|
@ -17,12 +17,13 @@ jobs:
|
|||
- marshall/Dockerfile
|
||||
- php/Dockerfile.Core
|
||||
- php/Dockerfile.Flavours
|
||||
- laravel/Dockerfile
|
||||
- wordpress/Dockerfile
|
||||
- mqtt/Dockerfile
|
||||
- node/Dockerfile
|
||||
- mariadb/Dockerfile
|
||||
- redis/Dockerfile
|
||||
- octoprint/Dockerfile
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hadolint/hadolint-action@v3.0.0
|
||||
with:
|
||||
dockerfile: ${{ matrix.dockerfile }}
|
||||
dockerfile: ./${{ matrix.dockerfile }}
|
||||
Loading…
Reference in a new issue