From e4be0fdf9941d7c0ff11092741166e40d6a3ae82 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 20:54:25 +0200 Subject: [PATCH] f --- .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 4255561..349cb7c 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: