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

Merge pull request #75 from DracoBlue/patch-1

Example uses 3.1.0, too
This commit is contained in:
José Lorenzo Rodríguez 2023-02-09 10:26:34 +01:00 committed by GitHub
commit 5d0317e9d0
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@v3
- uses: hadolint/hadolint-action@v3.0.0
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
```