Files
home-automation/.woodpecker/build.yml
Wolfgang Hottgenroth 75860cd1c2
Some checks failed
ci/woodpecker/push/predeploy Pipeline was successful
ci/woodpecker/push/build/4 Pipeline failed
ci/woodpecker/push/build/3 Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed
ci/woodpecker/push/build/1 Pipeline failed
test
2025-11-21 15:19:59 +01:00

40 lines
838 B
YAML

matrix:
APP:
- ui
- api
- abstraction
- rules
steps:
show:
image: docker
environment:
forge_name:
from_secret: forge_name
container_registry:
from_secret: container_registry
container_registry_username:
from_secret: container_registry_username
container_registry_password:
from_secret: container_registry_password
commands:
- echo $${forge_name}
- echo $${container_registry}
- echo $${container_registry_username}
- echo $${container_registry_password}
build:
image: plugins/kaniko
settings:
repo: ${FORGE_NAME}/${CI_REPO}/${APP}
auto_tag: true
dockerfile: apps/${APP}/Dockerfile
when:
event: [push, tag]
ref:
exclude:
- refs/tags/*-configchange