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