mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-24 23:35:23 +00:00
fix hadolint path
This commit is contained in:
parent
2e3c7e862c
commit
6f0a6aeb3d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Docker Lint
|
||||
uses: hadolint/hadolint-action@v3.1.0
|
||||
with:
|
||||
dockerfile: contrib/docker/Dockerfile
|
||||
dockerfile: Dockerfile
|
||||
failure-threshold: error
|
||||
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue