2021-02-06 12:30:12 +00:00
|
|
|
|
|
|
|
kind: pipeline
|
|
|
|
name: docker-json-validate build
|
|
|
|
|
2023-07-24 15:47:50 +00:00
|
|
|
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
|
2021-02-06 12:30:12 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
2021-02-06 16:42:34 +00:00
|
|
|
from_secret: docker_password
|
2023-07-24 15:47:50 +00:00
|
|
|
|
|
|
|
validate_good:
|
|
|
|
image: fftdf/docker-json-validate
|
|
|
|
commands:
|
|
|
|
- jsonlint test_val.json
|
|
|
|
|
|
|
|
validate_bad:
|
|
|
|
image: fftdf/docker-json-validate
|
|
|
|
commands:
|
|
|
|
- jsonlint test_not_val.json
|