sinkserver/.woodpecker.yml
Wolfgang Hottgenroth fc99d07737
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
use mail
2023-11-17 15:10:41 +01:00

24 lines
600 B
YAML

steps:
mail:
image: deblan/woodpecker-email
settings:
from.address: woodpeckerci@hottis.de
from.name: Woodpecker-CI Pseudouser
host: smtp.system.svc.cluster.local
scan:
image: woodpeckerci/plugin-trivy
build:
image: plugins/kaniko
settings:
repo: gitea.hottis.de/${CI_REPO}
registry: https://gitea.hottis.de/v2/
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
username:
from_secret: system_container_registry_username
password:
from_secret: system_container_registry_password
dockerfile: Dockerfile