arkanum/.woodpecker/.next.yml
OCram85 1d79a803f7
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
Adds basic container setup with pipeline (#1)
#### 📖 Summary

- adds dockerfile
- adds woodpecker pipelines

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] Tested with CI pipeline
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: CodeServer/Container#1
2022-11-07 16:01:31 +01:00

20 lines
424 B
YAML

depends_on:
- test
pipeline:
buildNextGitea:
image: woodpeckerci/plugin-docker-buildx
settings:
#dry_run: true
registry: gitea.ocram85.com
repo: gitea.ocram85.com/codeserver/container
platforms: linux/amd64
dockerfile: Dockerfile
tags: next
username:
from_secret: gitea_user
password:
from_secret: gitea_passwd
when:
event: pull_request