Update '.drone.yml'
Some checks are pending
ci/woodpecker/push/drone Pipeline is pending
ci/woodpecker/pr/drone Pipeline is pending

This commit is contained in:
Stefan Hoffmann 2023-07-24 15:47:50 +00:00
parent 151fc66a21
commit cc5ddd58af

View File

@ -2,9 +2,9 @@
kind: pipeline
name: docker-json-validate build
steps:
- name: docker
image: plugins/docker
pipeline:
docker:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-json-validate
registry: git.freifunk-rhein-sieg.net
@ -12,11 +12,13 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
- name: validate json good
validate_good:
image: fftdf/docker-json-validate
commands:
- jsonlint test_val.json
- name: validate json bad
validate_bad:
image: fftdf/docker-json-validate
commands:
- jsonlint test_not_val.json