continuous-integration/woodpecker the build was successful
Details
|
||
---|---|---|
src | ||
tests | ||
.dockerignore | ||
.gitignore | ||
.woodpecker.yml | ||
Dockerfile | ||
README.md | ||
composer.json | ||
hello | ||
phpunit.xml |
README.md
docker-pipeline-test
This is a repository with an example application to test a custom docker pipeline using Gitea, Woodpecker and a private registry.
Dockerfile:
- Runs composer install in temporary container
- Launches hello, calling on a mock class
Woodpecker:
- Runs phpunit against the code, testing a mock function
- Builds image from Dockerfile, tags the image and pushes to repo
Define your secrets as:
DOCKER_USERNAME
DOCKER_PASSWORD