mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01:00
update example usage in readme
This commit is contained in:
parent
4b5806eb9c
commit
676012c475
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ Add the following step to your workflow configuration:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: hadolint/hadolint-action@v2.1.0
|
- uses: hadolint/hadolint-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue