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:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
- name: hadolint
|
# - name: hadolint
|
||||||
image: hadolint/hadolint:latest-debian
|
# image: hadolint/hadolint:latest-debian
|
||||||
commands:
|
# commands:
|
||||||
- hadolint --version
|
# - hadolint --version
|
||||||
- hadolint Dockerfile
|
# - hadolint Dockerfile
|
||||||
|
|
||||||
- name: docker_build_and_push_selfhosted
|
- name: docker_build_and_push_selfhosted
|
||||||
image: thegeeklab/drone-docker-buildx:23
|
image: thegeeklab/drone-docker-buildx:23
|
||||||
|
|
Reference in a new issue