From be094a8b52528d4ce83e4fd4cb38ea067cd51609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Thu, 5 Oct 2023 10:59:12 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 852d421..470be4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - name: hadolint image: ghcr.io/hadolint/hadolint:latest-debian commands: - - hadolint Sources/Dockerfile + - run hadolint Sources/Dockerfile - name: docker-build-and-push image: plugins/docker