From 4a85eebc65d488192acd75db840f082990aa8137 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 30 Sep 2024 04:47:03 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97661f0..63c7adc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,14 +47,6 @@ 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,DL3018 - failure-threshold: warning - name: Docker metadata id: meta