Add woodpecker

This commit is contained in:
2025-01-13 08:59:46 +00:00
commit 6cccb6da06

13
.woodpecker 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: main