feat: move to forgejo
All checks were successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 16:01:59 +02:00
commit fc30bfcf7f
3 changed files with 45 additions and 2 deletions

19
.woodpecker/build.yaml Normal file
View file

@ -0,0 +1,19 @@
---
when:
- event: "push"
branch: "main"
- event: "manual"
steps:
# build mkdocs container
- name: "build"
image: "cr.simoncor.net/quay/buildah/stable:latest"
privileged: true
commands:
# build and push mkdocs container
- "buildah bud -t docs-simoncor-net ."
- "buildah tag docs-simoncor-net cr.simoncor.net/docs-simoncor-net:latest"
- "buildah push cr.simoncor.net/docs-simoncor-net:latest"