You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/woodpecker the build was successful
Details
|
1 year ago | |
---|---|---|
src | 1 year ago | |
tests | 1 year ago | |
.dockerignore | 1 year ago | |
.gitignore | 1 year ago | |
.woodpecker.yml | 1 year ago | |
Dockerfile | 1 year ago | |
README.md | 1 year ago | |
composer.json | 1 year ago | |
hello | 1 year ago | |
phpunit.xml | 1 year ago |
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