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