Add Woodpecker pipeline file
ci/woodpecker/manual/woodpecker Pipeline was successful Details

This commit is contained in:
Madis Mägi 2023-06-16 14:13:45 +03:00
parent 2b8820d4d7
commit d0fa0b1928
1 changed files with 13 additions and 0 deletions

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