add woodpecker build config
This commit is contained in:
parent
2e22c75ab7
commit
0eca198481
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: plugins/kaniko
|
||||||
|
settings:
|
||||||
|
repo: harbor.codemowers.eu/${CI_REPO}
|
||||||
|
tags: latest
|
||||||
|
registry: harbor.codemowers.eu
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
when:
|
||||||
|
branch: master
|
Loading…
Reference in New Issue
Block a user