feat: add acb-enrichment to build pipeline

Add build-enrichment task to acb-build.yml WorkflowTemplate.
This will build the enrichment service image to Docker Hub on next push.
This commit is contained in:
jedarden 2026-06-04 01:12:38 -04:00
parent 1dc2855297
commit 8f34c51058

View file

@ -112,6 +112,17 @@ spec:
value: cmd/acb-api/Dockerfile
- name: context
value: .
- name: build-enrichment
template: kaniko-build
dependencies: [test]
arguments:
parameters:
- name: image
value: acb-enrichment
- name: dockerfile
value: cmd/acb-enrichment/Dockerfile
- name: context
value: .
# --- Strategy bots (context: bots/<name>, Dockerfiles self-contained) ---
- name: build-bot-random
template: kaniko-build