diff options
| author | Michael Grote | 2023-06-08 14:06:56 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-08 14:06:56 +0200 |
| commit | 8e5810c8b5ce055277addbd79975d745637be44c (patch) | |
| tree | 96e1c1e2b2fde9c10ef18576d388046c5717ec9b /.drone.yml | |
| parent | 03e9954691fa69a8f01d403fa9c30de9a3df05fc (diff) | |
ci: skip hadolint
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |