Add Woodpecker pipeline file
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
0119f06eff
commit
945ed77d58
13
.woodpecker.yml
Normal file
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
|
Loading…
Reference in New Issue
Block a user