All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
24 lines
600 B
YAML
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
|
|
|