ソースを参照

fix hadolint path

Christian Winther 1 年間 前
コミット
6f0a6aeb3d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/docker.yml

+ 1 - 1
.github/workflows/docker.yml

@@ -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: