This commit is contained in:
parent
6896551a00
commit
3745721690
1 changed files with 10 additions and 0 deletions
10
.woodpecker/build_image.yaml
Normal file
10
.woodpecker/build_image.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
when:
|
||||
- event: "push"
|
||||
branch: "main"
|
||||
- event: "manual"
|
||||
|
||||
steps:
|
||||
- name: "Build Image"
|
||||
image: "docker:dind"
|
||||
commands:
|
||||
- "./build.sh"
|
Loading…
Reference in a new issue