diff options
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 |