diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbb33fb..59698de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,14 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - + name: Lint Dockerfile + if: env.exists == 'false' + uses: hadolint/hadolint-action@v3.1.0 + with: + dockerfile: Dockerfile + ignore: DL3008 + failure-threshold: warning - name: Docker metadata id: meta