ci: perform hadolint check in deploy pipeline
All checks were successful
continuous-integration/drone/push Build is passing

...a failsafe of sorts
This commit is contained in:
surtur 2022-03-20 20:18:45 +01:00
parent 66528553a3
commit a0e38dd2ef
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -193,11 +193,20 @@ steps:
commands:
- rm -rf ./public
- name: hadolint
image: hadolint/hadolint:v2.9.1-alpine
depends_on:
- clone
commands:
- hadolint --version
- hadolint Dockerfile
- name: build
pull: always
image: tmaier/docker-compose:latest
depends_on:
- rm-intermediate
- hadolint
volumes:
- name: s
path: /var/run/docker.sock