ci: use Docker-based linting in CI workflow

- Update the lint workflow to use the Dockerfile located in the docker directory

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2025-12-01 17:41:10 +08:00
parent cda84c122e
commit 48d5425edd
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- uses: hadolint/hadolint-action@v3.3.0
name: hadolint for Dockerfile
with:
dockerfile: Dockerfile
dockerfile: docker/Dockerfile
testing:
strategy: