ci: add hadolint

This commit is contained in:
Michael Grote 2023-06-10 10:49:55 +02:00
parent 295b8cfdec
commit bbd51013f1
1 changed files with 5 additions and 5 deletions

View File

@ -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