mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-19 05:39:58 +00:00
update example usage in readme
This commit is contained in:
committed by
GitHub
parent
4b5806eb9c
commit
676012c475
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user