add woodpecker build config

This commit is contained in:
Sergo 2023-07-29 22:46:24 +03:00
parent 2e22c75ab7
commit 0eca198481

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