ci: skip hadolint
This commit is contained in:
parent
03e9954691
commit
8e5810c8b5
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -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
|
||||
|
|
Reference in a new issue