Fix hadolinter
This commit is contained in:
parent
63979b3eeb
commit
67ad87fa6c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- redis/Dockerfile
|
||||
- octoprint/Dockerfile
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: brpaz/hadolint-action@master
|
||||
- uses: actions/checkout@v3
|
||||
- uses: brpaz/hadolint-action@v3.0.0
|
||||
with:
|
||||
dockerfile: ${{ matrix.dockerfile }}
|
||||
Loading…
Reference in a new issue