Fix hadolinter not running.

This commit is contained in:
Greyscale 2024-01-27 03:45:24 +01:00
parent 0bfdd7e661
commit 34134d8190
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -25,6 +25,6 @@ jobs:
- bouncer/Dockerfile
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3
- uses: hadolint/hadolint-action@v3.1.0 # Yes you have to be version-specific, because they don't publish v3
with:
dockerfile: ./${{ matrix.dockerfile }}