Added CI builder config

This commit is contained in:
Jef Roosens 2022-01-14 11:23:12 +01:00
parent 12217b5146
commit 8c80aa65f9
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

13
.woodpecker/.builder.yml Normal file
View 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