From 19f3ff02798af2ec62c3778ff618f163df8fa675 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 20:49:28 +0200 Subject: [PATCH] d --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b19ea72..a28a704 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: - name: Run hadolint uses: docker://pipelinecomponents/hadolint:0.26.4 with: - args: hadolint Dockerfile + args: false ; hadolint Dockerfile # shellcheck: # https://github.com/marketplace/actions/shellcheck # steps: