ci(build-images): trigger on komodo/** too
Build & push images / images (push) Successful in 2m50s

A push only builds if it touches a path in the filter. The first stage commit was
komodo-only, so no :stage image was ever built. Add komodo/** so IaC/Stack changes
(and a komodo-only push to stage) also build+check — a deploy-config change gets the
same sanity pass before it reaches a booth. This commit itself touches the workflow
file (already filtered), so it triggers the build that produces the first :stage image.

Claude-Session: https://claude.ai/code/session_01Xcm6ikLgGoCxxHrxtjkk5V
This commit is contained in:
2026-06-29 15:19:20 +02:00
parent 2ab001054d
commit 39c778fbac
+4
View File
@@ -21,6 +21,10 @@ on:
- 'docker-compose*.yml'
- '.dockerignore'
- '.gitea/workflows/build-images.yml'
# Deploy/IaC changes (compose above, plus the Komodo Stack defs) also rebuild — so a
# promotion or a Stack tweak gets the same build+checks sanity pass before it reaches a
# booth, and a komodo-only push to `stage` still produces a :stage image.
- 'komodo/**'
workflow_dispatch:
env: