Add woodpecker pipeline file

This commit is contained in:
Madis Mägi 2023-08-01 22:25:31 +03:00
parent 26a602a282
commit e6b191a99e

13
.woodpecker.yml Normal file

@ -0,0 +1,13 @@
pipeline:
docker:
image: plugins/kaniko
settings:
repo: harbor.k-space.ee/${CI_REPO}
registry: harbor.k-space.ee
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch: master