From b7efc2134de1fbf2bf12f8f514f5fba5d8266387 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 29 Jan 2024 11:32:13 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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