From bbd51013f1ec18ecc9baf38f24873d4eee6b5e9f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 10 Jun 2023 10:49:55 +0200 Subject: [PATCH] ci: add hadolint --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index f0c4681..2d40410 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