add ci script 4
All checks were successful
ci/woodpecker/push/woodpecker/4 Pipeline was successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/3 Pipeline was successful

This commit is contained in:
2025-11-21 11:03:16 +01:00
parent cc083c1055
commit 5f23e28cc0

View File

@@ -1,8 +1,15 @@
matrix:
APP:
- ui
- api
- abstraction
- rules
steps:
build_ui:
image: plugins/kaniko
settings:
repo: ${FORGE_NAME}/${CI_REPO}/ui
repo: ${FORGE_NAME}/${CI_REPO}/${APP}
registry:
from_secret: container_registry
auto_tag: true
@@ -10,6 +17,6 @@ steps:
from_secret: container_registry_username
password:
from_secret: container_registry_password
dockerfile: apps/ui/Dockerfile
dockerfile: apps/${APP}/Dockerfile
when:
- event: [push, tag]