From 646e60b48df0c0e8f534ce29abf2b6d75847ea6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Thu, 5 Oct 2023 11:05:34 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 956c19f..fc06e9a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,9 @@ steps: - name: hadolint image: hadolint/hadolint:latest-alpine commands: + - cd Sources/ - hadolint --version - - hadolint Sources/Dockerfile + - hadolint Dockerfile - name: docker-build-and-push image: plugins/docker