2023-11-17 11:40:07 +01:00
|
|
|
steps:
|
2023-11-17 15:10:41 +01:00
|
|
|
mail:
|
|
|
|
image: deblan/woodpecker-email
|
|
|
|
settings:
|
|
|
|
from.address: woodpeckerci@hottis.de
|
|
|
|
from.name: Woodpecker-CI Pseudouser
|
|
|
|
host: smtp.system.svc.cluster.local
|
|
|
|
|
2023-11-17 15:06:35 +01:00
|
|
|
scan:
|
|
|
|
image: woodpeckerci/plugin-trivy
|
|
|
|
|
2023-11-17 14:28:34 +01:00
|
|
|
build:
|
2023-11-17 14:44:13 +01:00
|
|
|
image: plugins/kaniko
|
2023-11-17 13:39:43 +01:00
|
|
|
settings:
|
2023-11-17 14:47:48 +01:00
|
|
|
repo: gitea.hottis.de/${CI_REPO}
|
|
|
|
registry: https://gitea.hottis.de/v2/
|
2023-11-17 14:52:03 +01:00
|
|
|
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
|
2023-11-17 14:46:37 +01:00
|
|
|
username:
|
|
|
|
from_secret: system_container_registry_username
|
2023-11-17 14:44:13 +01:00
|
|
|
password:
|
|
|
|
from_secret: system_container_registry_password
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|