From 8e5810c8b5ce055277addbd79975d745637be44c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 8 Jun 2023 14:06:56 +0200 Subject: ci: skip hadolint --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 09fe6d5..c3bf323 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,11 +16,11 @@ steps: exclude: - tag - - name: hadolint - image: hadolint/hadolint:latest-debian - commands: - - hadolint --version - - hadolint Dockerfile +# - name: hadolint +# image: hadolint/hadolint:latest-debian +# commands: +# - hadolint --version +# - hadolint Dockerfile - name: docker_build_and_push_selfhosted image: thegeeklab/drone-docker-buildx:23 -- cgit v1.2.3