Files
home-automation/.woodpecker.yml
Wolfgang Hottgenroth 37b773143f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
add ci script 2
2025-11-21 10:55:11 +01:00

16 lines
380 B
YAML

steps:
build_ui:
image: plugins/kaniko
settings:
repo: ${FORGE_NAME}/${CI_REPO}-ui
registry:
from_secret: container_registry
auto_tag: true
username:
from_secret: container_registry_username
password:
from_secret: container_registry_password
dockerfile: apps/ui/Dockerfile
when:
- event: [push, tag]