mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +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
|
- name: Docker Lint
|
||||||
uses: hadolint/hadolint-action@v3.1.0
|
uses: hadolint/hadolint-action@v3.1.0
|
||||||
with:
|
with:
|
||||||
dockerfile: contrib/docker/Dockerfile
|
dockerfile: Dockerfile
|
||||||
failure-threshold: error
|
failure-threshold: error
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue