1
0
Fork 0
mirror of https://github.com/hadolint/hadolint-action.git synced 2024-08-16 10:09:53 +02:00

docs: fix example

This commit is contained in:
Julien Bouquillon 2021-10-19 15:49:02 +02:00 committed by GitHub
parent d7b3858233
commit 03ff2f358b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ Add the following step to your workflow configuration:
```yml
steps:
- uses: actions/checkout@v2
- uses: hadolint/hadolint-action@v1.5.0
- uses: hadolint/hadolint-action@v1.6.0
with:
dockerfile: Dockerfile
```