mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-02-25 07:53:56 +01:00
fix example
This commit is contained in:
parent
289302ad8f
commit
83b3de1e17
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Add the following step to your workflow configuration:
|
||||||
```yml
|
```yml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: hadolint/hadolint-action@v1.6.0
|
- uses: hadolint/hadolint-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue