forked from vieter-v/vieter
Added CI builder config
This commit is contained in:
parent
12217b5146
commit
8c80aa65f9
1 changed files with 13 additions and 0 deletions
13
.woodpecker/.builder.yml
Normal file
13
.woodpecker/.builder.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
branches: dev
|
||||
|
||||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
secrets: [ docker_username, docker_password ]
|
||||
settings:
|
||||
repo: chewingbever/vlang
|
||||
tag: latest
|
||||
when:
|
||||
event: push
|
||||
branch: dev
|
||||
path: Dockerfile.builder
|
||||
Loading…
Add table
Add a link
Reference in a new issue