add woodpecker workflow
Some checks failed
ci/woodpecker/manual/build_image Pipeline failed

This commit is contained in:
1e99 2024-11-10 15:09:57 +01:00
parent 6896551a00
commit 3745721690

View file

@ -0,0 +1,10 @@
when:
- event: "push"
branch: "main"
- event: "manual"
steps:
- name: "Build Image"
image: "docker:dind"
commands:
- "./build.sh"