Files
home-automation/.woodpecker/build.yml
Wolfgang Hottgenroth feb055b2ea
Some checks failed
ci/woodpecker/push/predeploy Pipeline was successful
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/build/4 Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed
ci/woodpecker/push/build/3 Pipeline failed
registry cache 2
2025-11-21 13:53:31 +01:00

21 lines
395 B
YAML

matrix:
APP:
- ui
- api
- abstraction
- rules
steps:
build:
image: plugins/kaniko
settings:
repo: ${FORGE_NAME}/${CI_REPO}/${APP}
registry: http://dockerhub-cache.gitea.svc.cluster.local:5000
auto_tag: true
dockerfile: apps/${APP}/Dockerfile
when:
event: [push, tag]
ref:
exclude:
- refs/tags/*-configchange