docker-pipeline-test/.woodpecker.yml

16 lines
323 B
YAML
Raw Normal View History

2021-12-03 15:46:00 +00:00
pipeline:
phpunit:
image: walkero/phpunit-alpine:php8.0-phpunit9
commands:
- composer install
- phpunit
- echo -n "latest,1.0,1.0.0" > .tags
dockerbuild:
image: plugins/docker
settings:
repo: docker.noccylabs.info/pipeline-test
registry: docker.noccylabs.info