diff --git a/.drone.yml b/.drone.yml index 470be4e..f0bdac1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,8 @@ steps: - name: hadolint image: ghcr.io/hadolint/hadolint:latest-debian commands: - - run hadolint Sources/Dockerfile + - hadolint --help + - hadolint Sources/Dockerfile - name: docker-build-and-push image: plugins/docker