Files
home-automation/.woodpecker/build.yml
2025-11-29 00:04:26 +01:00

26 lines
483 B
YAML

matrix:
APP:
- ui
- api
- abstraction
- rules
steps:
build:
image: plugins/kaniko
settings:
registry:
from_secret: local_registry
username:
from_secret: local_username
password:
from_secret: local_password
repo: ${FORGE_NAME}/${CI_REPO}/${APP}
auto_tag: true
dockerfile: apps/${APP}/Dockerfile
when:
event: [push, tag]
ref:
exclude:
- refs/tags/*-configchange