labels: backend: docker steps: - name: Lint Dockerfile image: hadolint/hadolint:latest-alpine commands: - hadolint -t error Dockerfile